Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Add support for data generation runs
Browse files Browse the repository at this point in the history
  • Loading branch information
amadornes committed Jul 31, 2022
1 parent 37028d8 commit db022e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examplelib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = _version
group = 'com.example'
archivesBaseName = 'ExampleLib'

java.toolchain.languageVersion = JavaLanguageVersion.of(16)
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

minecraft {
mappings channel: 'official', version: _mcversion
Expand Down
2 changes: 1 addition & 1 deletion examplemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = _version
group = 'com.example'
archivesBaseName = 'ExampleMod'

java.toolchain.languageVersion = JavaLanguageVersion.of(16)
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

minecraft {
mappings channel: 'official', version: _mcversion
Expand Down
2 changes: 1 addition & 1 deletion runenv
Submodule runenv updated 1 files
+57 −20 build.gradle

0 comments on commit db022e6

Please sign in to comment.