File tree 2 files changed +2
-1
lines changed
src/main/groovy/appgenerator
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ dependencies {
45
45
compile " org.springframework.boot:spring-boot-cli:$springBootVersion "
46
46
47
47
compile " org.grails:grails-web-boot"
48
+ compile " org.grails:grails-shell:4.0.9"
48
49
compile " org.grails:grails-logging"
49
50
compile " org.grails:grails-plugin-rest"
50
51
compile " org.grails:grails-plugin-databinding"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import javax.inject.Singleton
10
10
class GrailsVersionService {
11
11
12
12
final static GrailsVersion LOWEST_32X = GrailsVersion . build(" 3.2.2" )
13
- final static GrailsVersion HIGHEST_40X = GrailsVersion . build(" 4 .0.99" )
13
+ final static GrailsVersion HIGHEST_40X = GrailsVersion . build(" 5 .0.99" )
14
14
final static String MAVEN_METADATA = ' https://repo.grails.org/grails/core/org/grails/grails-core/maven-metadata.xml'
15
15
final static String MAVEN_METADATA_OSS = ' https://repo1.maven.org/maven2/org/grails/grails-core/maven-metadata.xml'
16
16
You can’t perform that action at this time.
0 commit comments