Skip to content

Commit

Permalink
build script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
3TUSK committed Aug 21, 2024
1 parent 643a5dc commit 35961ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ abstract class TeaConDumpPathToGitHub extends DefaultTask {
}

base {
archivesName = 'XKDeco-NeoForge-1.21'
archivesName = 'XKDeco-NeoForge'
}
version = "${minecraft_version}-NeoForge-${mod_version}"
group = "${mod_base_package}" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down Expand Up @@ -191,7 +191,7 @@ dependencies {
*/
// TODO[3TUSK]: Hardcoded for now.
// This is a custom build, published to mavenLocal().
implementation(annotationProcessor("snownee.kiwi:Kiwi:1.21-NeoForge-15.2.0-alpha"))
jarJar(implementation(annotationProcessor("snownee.kiwi:Kiwi:1.21.1-NeoForge-15.2.0-alpha")))
/*
implementation(fg.deobf("me.shedaniel.cloth:cloth-config-forge:${project.cloth_config_version}"))
// https://modrinth.com/mod/jade/versions
Expand Down Expand Up @@ -247,8 +247,6 @@ tasks.jarJar.configure {
}

jar {
archiveClassifier = 'slim'

preserveFileTimestamps = false
reproducibleFileOrder = true
}
Expand Down

0 comments on commit 35961ae

Please sign in to comment.