Skip to content

Commit b7182f8

Browse files
committed
use most recent commit of grails-profile-repository in :grails-shell:integrationTest
1 parent 3500438 commit b7182f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-shell/src/integration-test/groovy/org/grails/cli/GrailsCliSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class GrailsCliSpec extends Specification {
2626

2727
// we use a fixed profile repository revision so that the tests don't break after minor changes to the profile repository
2828
// set to empty string if you want to use most recent commit in the profile repository (for development)
29-
static String FIXED_GRAILS_PROFILE_REPOSITORY_GIT_REVISION = '9459567'
29+
static String FIXED_GRAILS_PROFILE_REPOSITORY_GIT_REVISION = '16011f54'
3030

3131
@Rule
3232
TemporaryFolder tempFolder = new TemporaryFolder()

0 commit comments

Comments
 (0)