Skip to content

Commit 835aecc

Browse files
committed
Update Grails Forge to list Grails 5
1 parent f9a169f commit 835aecc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ dependencies {
4545
compile "org.springframework.boot:spring-boot-cli:$springBootVersion"
4646

4747
compile "org.grails:grails-web-boot"
48+
compile "org.grails:grails-shell:4.0.9"
4849
compile "org.grails:grails-logging"
4950
compile "org.grails:grails-plugin-rest"
5051
compile "org.grails:grails-plugin-databinding"

src/main/groovy/appgenerator/GrailsVersionService.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import javax.inject.Singleton
1010
class GrailsVersionService {
1111

1212
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")
1414
final static String MAVEN_METADATA= 'https://repo.grails.org/grails/core/org/grails/grails-core/maven-metadata.xml'
1515
final static String MAVEN_METADATA_OSS = 'https://repo1.maven.org/maven2/org/grails/grails-core/maven-metadata.xml'
1616

0 commit comments

Comments
 (0)