Skip to content

Commit 497acae

Browse files
committed
Fix #2: Wrong bytecode version for Java 8
1 parent a159aea commit 497acae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ version = config.VERSION
2424
group = "${config.GROUP}.${config.ARTIFACT}"
2525
archivesBaseName = "${config.ARCHIVES_BASE_NAME}-${config.MINECRAFT_VERSION}"
2626

27-
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
27+
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
2828

2929
minecraft {
3030
mappings channel: config.MAPPINGS_CHANNEL, version: config.MAPPINGS_VERSION

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=1.0.0
1+
VERSION=1.0.1
22

33
MINECRAFT_VERSION=1.16.5
44

0 commit comments

Comments
 (0)