Skip to content

Commit 45ca30e

Browse files
committed
fix grails version
1 parent 032e470 commit 45ca30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ext.providedDeps = []
1818

1919
ext.provided = { providedDeps << it }
2020
ext {
21-
grailsVersion = '2.3.8.RELEASE'
21+
grailsVersion = '2.3.8'
2222
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
2323
antTraxVersion = "1.7.1"
2424
antVersion = "1.8.4"

0 commit comments

Comments
 (0)