We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a159aea commit 497acaeCopy full SHA for 497acae
build.gradle
@@ -24,7 +24,7 @@ version = config.VERSION
24
group = "${config.GROUP}.${config.ARTIFACT}"
25
archivesBaseName = "${config.ARCHIVES_BASE_NAME}-${config.MINECRAFT_VERSION}"
26
27
-java.toolchain.languageVersion = JavaLanguageVersion.of(17)
+java.toolchain.languageVersion = JavaLanguageVersion.of(8)
28
29
minecraft {
30
mappings channel: config.MAPPINGS_CHANNEL, version: config.MAPPINGS_VERSION
build.properties
@@ -1,4 +1,4 @@
1
-VERSION=1.0.0
+VERSION=1.0.1
2
3
MINECRAFT_VERSION=1.16.5
4
0 commit comments