Skip to content

Commit

Permalink
Remove toolchain setup in acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
welandaz committed Nov 21, 2024
1 parent debbb3a commit ffff483
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions acceptance-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ plugins {

val ciJenkinsBuild: Boolean by (gradle as ExtensionAware).extra

java {
// Only used for compilation. We don't rely on toolchain for running the tests,
// as Jenkins ATH doesn't allow to specify the JAVA_HOME.
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
}
}

group = "org.jenkins-ci.plugins"
description = "Acceptance tests of Gradle plugin"

Expand Down

0 comments on commit ffff483

Please sign in to comment.