aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2023-12-07 18:34:17 +0000
committerisXander <xandersmith2008@gmail.com>2023-12-07 18:34:17 +0000
commita694321b8952a64d43134961d58fb60e1adc0cf5 (patch)
tree5c870d853cc796771c5a1bda0c3ebdd2885a585f /build.gradle.kts
parent7c8661265e7116be46467b4f37f1bbcb31569ecc (diff)
downloadYetAnotherConfigLib-a694321b8952a64d43134961d58fb60e1adc0cf5.tar.gz
YetAnotherConfigLib-a694321b8952a64d43134961d58fb60e1adc0cf5.tar.bz2
YetAnotherConfigLib-a694321b8952a64d43134961d58fb60e1adc0cf5.zip
1.20.4 + Migrate from Forge platform to NeoForge platform
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts7
1 files changed, 2 insertions, 5 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index a614627..ba6553a 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -1,7 +1,6 @@
plugins {
alias(libs.plugins.architectury.plugin)
alias(libs.plugins.architectury.loom) apply false
- alias(libs.plugins.loom.vineflower) apply false
alias(libs.plugins.minotaur) apply false
alias(libs.plugins.cursegradle) apply false
@@ -45,6 +44,8 @@ allprojects {
maven("https://maven.isxander.dev/releases")
maven("https://maven.isxander.dev/snapshots")
maven("https://maven.quiltmc.org/repository/release")
+ maven("https://maven.neoforged.net/releases")
+ maven("https://maven.parchmentmc.org")
maven("https://api.modrinth.com/maven") {
name = "Modrinth"
content {
@@ -81,10 +82,6 @@ allprojects {
}
}
-subprojects {
- apply(plugin = rootProject.libs.plugins.loom.vineflower.get().pluginId)
-}
-
githubRelease {
token(findProperty("GITHUB_TOKEN")?.toString())