Skip to content

Commit

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

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
}

tasks.jar {
manifest {
attributes(mapOf(
Expand Down

0 comments on commit eb8be10

Please sign in to comment.