File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ext.providedDeps = []
1717
1818ext. provided = { providedDeps << it }
1919ext {
20- grailsVersion = ' 3.0.0.BUILD-SNAPSHOT '
20+ grailsVersion = ' 3.0.0.M1 '
2121 isBuildSnapshot = grailsVersion. endsWith(" .BUILD-SNAPSHOT" )
2222 isTravisBuild = System . getenv(). get(" TRAVIS" ) == ' true'
2323
2828 commonsCollectionsVersion = " 3.2.1"
2929 commonsIOVersion = " 2.2"
3030 commonsLangVersion = " 2.6"
31- datastoreVersion = " 4.0.0.BUILD-SNAPSHOT "
31+ datastoreVersion = " 4.0.0.M1 "
3232 gantVersion = " 1.9.6"
3333 gdocEngineVersion = " 1.0.1"
3434 groovyVersion = " 2.4.0"
Original file line number Diff line number Diff line change 1- grails.version =3.0.0.BUILD-SNAPSHOT
1+ grails.version =3.0.0.M1
22
Original file line number Diff line number Diff line change 1- hibernate =4.3.5.5.BUILD-SNAPSHOT
2- mongodb =4.0.0.BUILD-SNAPSHOT
3- cache =3.0.0.M1
1+ hibernate =4.3.7.0.M1
2+ mongodb =4.0.0.M1
3+ cache =3.0.0.M2
44asset-pipeline =3.0.0.M1
55scaffolding =3.0.0.M1
66fields =2.0.0.M1
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ repositories {
77}
88
99ext {
10- gradleToolingApiVersion = gradle. gradleVersion
10+ // gradleToolingApiVersion = gradle.gradleVersion
11+ gradleToolingApiVersion = ' 2.3-rc-1'
1112}
1213
1314dependencies {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if [[ $TRAVIS_PULL_REQUEST == 'false' && $EXIT_STATUS -eq 0 ]]; then
2727
2828 version=" $TRAVIS_TAG "
2929 version=${version: 1}
30- zipName=" grails-$TRAVIS_TAG "
30+ zipName=" grails-$version "
3131 export RELEASE_FILE=" ${zipName} .zip"
3232 else
3333 ./gradlew publish || EXIT_STATUS=$?
You can’t perform that action at this time.
0 commit comments