Skip to content

Conversation

@matrei
Copy link
Contributor

@matrei matrei commented Oct 29, 2025

No description provided.

@jamesfredley
Copy link
Contributor

With the move to org.ysb33r.webdriver-binaries:4.0.0, we can adjust the following, removing the gradle and java version restrictions:

@if(features.contains("geb-with-webdriver-binaries")) {
// geb-with-webdriver-binaries is limited to Gradle 8.6 with max JDK 21
compileJava.options.release = @JdkVersion.valueOf(Math.min(features.javaVersion().majorVersion(), JdkVersion.JDK_21.majorVersion())).majorVersion()
} else {
compileJava.options.release = @features.getTargetJdk()
}

@if(features.contains("geb-with-webdriver-binaries")) {
# geb-with-webdriver-binaries is limited to Gradle 8.6
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
} else {
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
}

@jamesfredley jamesfredley added this to the grails:7.0.1 milestone Oct 29, 2025
@matrei matrei merged commit ee99807 into 7.0.x Oct 29, 2025
36 checks passed
@matrei matrei deleted the forge-updates branch October 29, 2025 22:38
@github-project-automation github-project-automation bot moved this from In Progress to Done in Apache Grails Oct 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Update grails-forge webdriver-binaries-gradle-plugin feature once 4.0.0 has been released

3 participants