We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0479b8e commit 9e26aa0Copy full SHA for 9e26aa0
build.gradle.kts
@@ -11,8 +11,8 @@ plugins {
11
// = = =
12
13
val pluginName = "NyaaCore"
14
-val majorVersion = 10
15
-val minorVersion = 1
+val majorVersion = 9
+val minorVersion = 4
16
17
val paperApiName = "1.21-R0.1-SNAPSHOT"
18
@@ -31,7 +31,7 @@ val javaDocDirectory =
31
group = "cat.nyaa"
32
//archivesBaseName = "${pluginNameUpper}-mc$minecraftVersion"
33
version =
34
- "$majorVersion.$minorVersion-${getMcVersion(paperApiName)}-b$buildNumber"
+ "$majorVersion.$minorVersion"
35
36
java {
37
// 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