Build: Fix usages of apis deprecated in Gradle 8

This commit is contained in:
Vyacheslav Gerasimov
2023-03-19 16:10:37 +01:00
committed by Space Team
parent bd9f096cfd
commit 76c54a8ff3
10 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ jar {
}
task java9Jar(type: Jar) {
classifier = "java9"
archiveClassifier.set("java9")
if (includeJava9) {
from sourceSets.java9.output
}