-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update grailsVersion to v5 (major) (#32)
* Update dependency org.spockframework:spock-core to v2 * Update grailsVersion to v5 * Update 3.0.0-SNAPSHOT * Update build.gradle Remove mavenLocal repo * Update to Gradle 6.9 * Downgrade to Spock 2.3-groovy-3.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Puneet Behl <[email protected]>
- Loading branch information
1 parent
6332be4
commit c6f1f1d
Showing
7 changed files
with
205 additions
and
159 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
repositories { | ||
mavenCentral() | ||
maven { url "https://repo.grails.org/grails/core/" } | ||
} | ||
dependencies { | ||
implementation("org.grails:grails-gradle-plugin:5.3.0") | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Sun Feb 19 02:42:04 EST 2017 | ||
grailsVersion=4.1.2 | ||
grailsVersion=5.3.0 | ||
grailsGradlePluginVersion=5.3.0 | ||
scaffoldingCoreVersion=2.1.0 | ||
spockVersion=1.2-groovy-2.5 | ||
groovyVersion=2.5.14 | ||
spockVersion=2.3-groovy-3.0 | ||
projectVersion=3.0.0-SNAPSHOT |
Binary file not shown.
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip | ||
networkTimeout=10000 | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.