Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Use a version of grails that isn't broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Jan 11, 2016
1 parent 8585960 commit d83b812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compile_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ testCompile_Version_2_0_0()

testCompile_VersionWithAltURL()
{
local grailsVersion="2.5.3"
local grailsVersion="2.5.2"
createGrailsApp ${grailsVersion}
assertTrue "Precondition: application.properties should exist" "[ -f ${BUILD_DIR}/application.properties ]"
assertFalse "Precondition: Grails should not be installed" "[ -d ${CACHE_DIR}/.grails ]"
Expand Down

0 comments on commit d83b812

Please sign in to comment.