Skip to content

Commit

Permalink
fix jars
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Apr 4, 2024
1 parent 06aef6c commit 23d94a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ publisher {

versionType.set("release")
projectVersion.set(project.version.toString())
gameVersions.set(listOf("1.20", "1.20.1", "1.20.2", "1.20.3"))
gameVersions.set(listOf("1.20", "1.20.1", "1.20.2"))
loaders.set(listOf("fabric", "quilt"))

displayName.set("${display.name} ${libs.versions.mod.get()} for ${display.loader} ${display.version}")

artifact.set(tasks.jar)
artifact.set(tasks.remapJar)
addAdditionalFile(tasks.remapSourcesJar)

changelog.set(file("CHANGELOG.md"))
Expand Down

0 comments on commit 23d94a2

Please sign in to comment.