We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4fba01 commit 5172767Copy full SHA for 5172767
2 files changed
build.gradle.kts
@@ -1,4 +1,4 @@
1
-val fullVersion = "3.2.2"
+val fullVersion = "3.2.3"
2
val snapshot = true
3
4
group = "io.github.tofaa2"
spaceNPC/build.gradle.kts
@@ -32,6 +32,9 @@ tasks {
32
targetCompatibility = "21"
33
options.release.set(21)
34
}
35
+ shadowJar {
36
+ archiveFileName.set("SpaceNPC.jar")
37
+ }
38
39
40
tasks {
0 commit comments