Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
smola committed Aug 26, 2024
1 parent 22bc9a1 commit 1378c66
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ ext {
// By default tests with be compiled for `minJavaVersionForTests` version,
// but in this case we would like to avoid this since we would like to run with ZULU8
skipSettingTestJavaVersion = true

defaultJdkVersion = 11
defaultJavaVersion = 8
skipSettingCompilerRelease = true
}

apply from: "$rootDir/gradle/java.gradle"
Expand Down

0 comments on commit 1378c66

Please sign in to comment.