aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2023-10-29 14:54:37 +0000
committerisXander <xandersmith2008@gmail.com>2023-10-29 14:54:37 +0000
commit62820fc8116f19c2be3e73d0ab90b1078eafdb2b (patch)
treeec5a863ccfe75916c5f99006fceaa046f4ad521b /build.gradle.kts
parentaeedaf10708e2a9d44b453f0e2671e6899ee5e3e (diff)
downloadYetAnotherConfigLib-62820fc8116f19c2be3e73d0ab90b1078eafdb2b.tar.gz
YetAnotherConfigLib-62820fc8116f19c2be3e73d0ab90b1078eafdb2b.tar.bz2
YetAnotherConfigLib-62820fc8116f19c2be3e73d0ab90b1078eafdb2b.zip
Bump deps, version + changelog
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index a6943bc..9b54b7d 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -13,7 +13,7 @@ architectury {
minecraft = libs.versions.minecraft.get()
}
-version = "3.3.0+1.20.2"
+version = "3.3.0-beta.1+1.20.2"
val isBeta = "beta" in version.toString()
val changelogText = rootProject.file("changelogs/${project.version}.md").takeIf { it.exists() }?.readText() ?: "No changelog provided."
@@ -51,7 +51,6 @@ allprojects {
includeGroup("maven.modrinth")
}
}
- maven("https://jitpack.io")
}
pluginManager.withPlugin("publishing") {