Skip to content

Commit

Permalink
use JDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegDokuka committed Sep 3, 2024
1 parent bd16848 commit 40b1e17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ val latest = if (project.hasProperty("releasing")) {
"latest.integration"
}

tasks.compileJava {
options.release = 8
}

// disable all tests temporarily
tasks.withType<Test> {
// This disables all test tasks
Expand Down

0 comments on commit 40b1e17

Please sign in to comment.