We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3500438 commit b7182f8Copy full SHA for b7182f8
grails-shell/src/integration-test/groovy/org/grails/cli/GrailsCliSpec.groovy
@@ -26,7 +26,7 @@ class GrailsCliSpec extends Specification {
26
27
// we use a fixed profile repository revision so that the tests don't break after minor changes to the profile repository
28
// 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'
+ static String FIXED_GRAILS_PROFILE_REPOSITORY_GIT_REVISION = '16011f54'
30
31
@Rule
32
TemporaryFolder tempFolder = new TemporaryFolder()
0 commit comments