Skip to content

Commit 9e26aa0

Browse files
authored
Update build.gradle.kts
(misc) bump version to 9.4 & reformat package version
1 parent 0479b8e commit 9e26aa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ plugins {
1111
// = = =
1212

1313
val pluginName = "NyaaCore"
14-
val majorVersion = 10
15-
val minorVersion = 1
14+
val majorVersion = 9
15+
val minorVersion = 4
1616

1717
val paperApiName = "1.21-R0.1-SNAPSHOT"
1818

@@ -31,7 +31,7 @@ val javaDocDirectory =
3131
group = "cat.nyaa"
3232
//archivesBaseName = "${pluginNameUpper}-mc$minecraftVersion"
3333
version =
34-
"$majorVersion.$minorVersion-${getMcVersion(paperApiName)}-b$buildNumber"
34+
"$majorVersion.$minorVersion"
3535

3636
java {
3737
// Configure the java toolchain. This allows gradle to auto-provision JDK 21 on systems that only have JDK 8 installed for example.

0 commit comments

Comments
 (0)