refactor!: Align plugin's java version with API java version

This commit is contained in:
NotMyFault
2022-01-24 15:16:10 +01:00
parent 6a5859ee0f
commit 12463dbb1c

View File

@ -77,7 +77,7 @@ allprojects {
} }
tasks.compileJava.configure { tasks.compileJava.configure {
options.release.set(16) options.release.set(17)
} }
configurations.all { configurations.all {