File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
grails-core/src/test/groovy/grails/util Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 isJava8Compatible = org.gradle.api.JavaVersion . current(). isJava8Compatible()
2727 bintrayPublish = false
2828 // Sets release version
29- grailsVersion = ' 4.0.3.BUILD-SNAPSHOT'
30- // grailsVersion = '4.0.3'
29+ // grailsVersion = '4.0.3.BUILD-SNAPSHOT'
30+ grailsVersion = ' 4.0.3'
3131 groovyVersion = System . getenv(' CI_GROOVY_VERSION' ) ?: " 2.5.6"
3232 isBuildSnapshot = grailsVersion. endsWith(" .BUILD-SNAPSHOT" )
3333 isTravisBuild = System . getenv(). get(" TRAVIS" ) == ' true'
Original file line number Diff line number Diff line change 2525public class GrailsUtilTests extends TestCase {
2626
2727 public void testGrailsVersion () {
28- // assertEquals("4.0.3", GrailsUtil.getGrailsVersion());
29- assertEquals ("4.0.3.BUILD-SNAPSHOT" , GrailsUtil .getGrailsVersion ());
28+ assertEquals ("4.0.3" , GrailsUtil .getGrailsVersion ());
29+ // assertEquals("4.0.3.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
3030 }
3131
3232 @ Override
You can’t perform that action at this time.
0 commit comments