Skip to content

Commit

Permalink
Upgrading grails to 3.0.4. Fields plugin in 3.0.0.RC3 had issues with…
Browse files Browse the repository at this point in the history
… the <f:table> tag
  • Loading branch information
scrain committed Aug 20, 2015
1 parent 02c450e commit 3fe80e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -13,7 +13,7 @@ buildscript {
}

plugins {
id "io.spring.dependency-management" version "0.4.0.RELEASE"
id "io.spring.dependency-management" version "0.5.2.RELEASE"
}

version "0.1"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,2 +1,2 @@
grailsVersion=3.0.0.RC3
grailsVersion=3.0.4
gradleWrapperVersion=2.3
2 changes: 1 addition & 1 deletion grails-app/init/twitter/Application.groovy
Expand Up @@ -5,6 +5,6 @@ import grails.boot.config.GrailsAutoConfiguration

class Application extends GrailsAutoConfiguration {
static void main(String[] args) {
GrailsApp.run(Application)
GrailsApp.run(Application, args)
}
}

0 comments on commit 3fe80e2

Please sign in to comment.