Skip to content

Commit

Permalink
Try removing java 17 requirement.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jan 16, 2024
1 parent d28d604 commit f4056b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions java/benchmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ dependencies {

}

// Apply a specific Java toolchain to ease working on different environments.
java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}

application {
// Define the main class for the application.
mainClass = 'glide.benchmarks.BenchmarkingApp'
Expand Down
7 changes: 0 additions & 7 deletions java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.9.2'
}

// Apply a specific Java toolchain to ease working on different environments.
java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}

// JaCoCo section (code coverage by unit tests)
jacoco {
toolVersion = "0.8.9"
Expand Down

0 comments on commit f4056b0

Please sign in to comment.