Remove Gradle deprecations
Stop using JavaPluginConvention type and replace outputFile with destinationFile Issue gh-13864
This commit is contained in:
+3
-1
@@ -88,7 +88,9 @@ tasks.named("dispatchGitHubWorkflow") {
|
||||
|
||||
subprojects {
|
||||
plugins.withType(JavaPlugin) {
|
||||
project.sourceCompatibility=JavaVersion.VERSION_17
|
||||
java {
|
||||
sourceCompatibility=JavaVersion.VERSION_17
|
||||
}
|
||||
}
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = "UTF-8"
|
||||
|
||||
Reference in New Issue
Block a user