-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #419 from grails/webdriver-binaries-gradle-jdk
Back to Gradle 8.10.2, except when using geb-with-webdriver-binaries
- Loading branch information
Showing
6 changed files
with
38 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
...n/java/org/grails/forge/feature/build/gradle/templates/gradleWrapperProperties.rocker.raw
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
@import java.util.function.Function | ||
@import org.grails.forge.application.Project | ||
@import org.grails.forge.build.dependencies.CoordinateResolver | ||
@import org.grails.forge.build.dependencies.Coordinate | ||
@import org.grails.forge.build.gradle.GradleBuild | ||
@import org.grails.forge.build.gradle.GradlePlugin | ||
@import org.grails.forge.feature.Features | ||
|
||
@args ( | ||
Project project, | ||
GradleBuild gradleBuild, | ||
Function<String, Coordinate> coordinateResolver, | ||
Features features) | ||
|
||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
@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.10.2-bin.zip | ||
} | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
7 changes: 0 additions & 7 deletions
7
grails-forge-core/src/main/resources/gradle/wrapper/gradle-wrapper.properties
This file was deleted.
Oops, something went wrong.