Skip to content
bobbywarner edited this page Jul 5, 2012 · 11 revisions

This is a cheat-sheet for the things that need to be updated when changing versions.

Grails

  • build.gradle
  • build.properties
  • grails-test-suite-uber/src/test/groovy/grails/util/GrailsUtilTests.java

Spring Framework

  • build.gradle
  • dependencies.txt
  • grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/resolve/GrailsCoreDependencies.java

Default Plugins (Resources, JQuery, etc.)

  • gradle/assemble.gradle
  • grails-resources/src/grails/grails-app/conf/BuildConfig.groovy
  • grails-resources/src/grails/templates/maven/app.pom

Groovy

  • build.gradle
  • dependencies.txt
  • grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/resolve/GrailsCoreDependencies.java

Gradle

  • build.gradle
  • gradle/wrapper/gradle-wrapper.properties
  • gradle/wrapper/gradle-wrapper.jar

This is not quite accurate because of the way Grails creates an Ivy repo. There are additional updates needed to upgrade Gradle for Grails. Someday, hopefully it will be as simple as changing these three artifacts.

Clone this wiki locally