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
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

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 {