update to Gradle 7.3.3

./gradlew wrapper --gradle-version=7.3.3
This commit is contained in:
Karl Tauber
2022-01-04 15:40:03 +01:00
parent 095794bbd1
commit 9458870f70
4 changed files with 161 additions and 112 deletions

View File

@@ -28,7 +28,7 @@ if( JavaVersion.current() >= JavaVersion.VERSION_1_9 ) {
}
dependencies {
add( "java9Compile", sourceSets.main.get().output )
add( "java9Implementation", sourceSets.main.get().output )
}
tasks {