Skip to content

Commit

Permalink
Fix gwt latest dep tests (#12535)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Oct 30, 2024
1 parent 61c99cf commit 6daf564
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions instrumentation/gwt-2.0/javaagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ tasks {
classpath(sourceSets["testapp"].java.srcDirs, sourceSets["testapp"].compileClasspath)

argumentProviders.add(CompilerArgumentsProvider())

if (findProperty("testLatestDeps") as Boolean) {
javaLauncher.set(project.javaToolchains.launcherFor {
languageVersion = JavaLanguageVersion.of(11)
})
}
}

val copyTestWebapp by registering(Copy::class) {
Expand Down

0 comments on commit 6daf564

Please sign in to comment.