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 2727 isJava8Compatible = org.gradle.api.JavaVersion . current(). isJava8Compatible()
2828 bintrayPublish = false
2929 // Sets release version
30- grailsVersion = ' 3.3.11.BUILD-SNAPSHOT'
31- // grailsVersion = '3.3.10 '
30+ // grailsVersion = '3.3.11.BUILD-SNAPSHOT'
31+ grailsVersion = ' 3.3.11 '
3232 isBuildSnapshot = grailsVersion. endsWith(" .BUILD-SNAPSHOT" )
3333 isTravisBuild = System . getenv(). get(" TRAVIS" ) == ' true'
3434 dependencyVersions = [
Original file line number Diff line number Diff line change 2525public class GrailsUtilTests extends TestCase {
2626
2727 public void testGrailsVersion () {
28- // assertEquals("3.3.9 ", GrailsUtil.getGrailsVersion());
29- assertEquals ("3.3.11.BUILD-SNAPSHOT" , GrailsUtil .getGrailsVersion ());
28+ assertEquals ("3.3.11 " , GrailsUtil .getGrailsVersion ());
29+ // assertEquals("3.3.11.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
3030 }
3131
3232 @ Override
You can’t perform that action at this time.
0 commit comments