1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Remove Gradle deprecations

Stop using JavaPluginConvention type and replace outputFile with destinationFile

Issue gh-13864
This commit is contained in:
Marcus Hert Da Coregio
2023-11-06 15:01:29 -03:00
parent fa15c975ff
commit 3893136084
3 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -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"