Skip to content

Commit

Permalink
bump java target version
Browse files Browse the repository at this point in the history
  • Loading branch information
baev committed Jul 8, 2024
1 parent eb8be10 commit 3e13592
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions allure-selenide/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@ dependencies {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
}

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
tasks {
compileJava {
options.release.set(17)
}
}

tasks.jar {
manifest {
attributes(mapOf(
"Automatic-Module-Name" to "io.qameta.allure.selenide"
))
compileTestJava {
options.release.set(17)
}
}

Expand Down

0 comments on commit 3e13592

Please sign in to comment.