Skip to content

Commit

Permalink
update to Grails 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Feb 25, 2015
1 parent d1aa93e commit d4ce997
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion EclipseScriptsGrailsPlugin.groovy
@@ -1,6 +1,6 @@
class EclipseScriptsGrailsPlugin {
// the plugin version
def version = "1.0.7"
def version = "1.0.7.2"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "1.2.0 > *"
// the other plugins this plugin depends on
Expand Down
2 changes: 1 addition & 1 deletion application.properties
@@ -1,4 +1,4 @@
#Grails Metadata file
#Thu May 17 10:01:09 EEST 2012
app.grails.version=2.2.2
app.grails.version=2.4.4
app.name=EclipseScripts
27 changes: 15 additions & 12 deletions grails-app/conf/BuildConfig.groovy
@@ -1,17 +1,20 @@
grails.project.target.level = 1.6
grails.project.source.level = 1.6
grails.project.dependency.resolver = "maven"
grails.project.dependency.resolution = {
inherits("global") {
}
log "warn"
repositories {
grailsCentral()
}
dependencies {
}
plugins {
build ':release:2.2.1', ':rest-client-builder:1.0.3', {
export = false
}
inherits("global") {
}
log "warn"
repositories {
mavenLocal()
grailsCentral()
mavenRepo "http://repo.grails.org/grails/core"
}
dependencies {
}
plugins {
build ':release:3.0.1', ':rest-client-builder:1.0.3', {
export = false
}
}
}

0 comments on commit d4ce997

Please sign in to comment.