Skip to content

Commit

Permalink
Merge pull request #22 from grails/puneetbehl-patch-1
Browse files Browse the repository at this point in the history
Grails Upgrade
  • Loading branch information
puneetbehl authored Mar 7, 2023
2 parents 3387a26 + 7164441 commit c8ede39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group "org.grails.plugins"
apply plugin: "eclipse"
apply plugin: "idea"
apply plugin: "org.grails.grails-plugin"
apply plugin: "org.grails.grails-plugin-publish"
apply plugin: "org.grails.internal.grails-plugin-publish"

repositories {
mavenLocal()
Expand Down
9 changes: 4 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#Sun Feb 19 02:42:04 EST 2017
grailsVersion=4.0.0.BUILD-SNAPSHOT
grailsWrapperVersion=1.0.0
scaffoldingCoreVersion=2.0.0.BUILD-SNAPSHOT
grailsVersion=4.1.2
scaffoldingCoreVersion=2.1.0
spockVersion=1.2-groovy-2.5
groovyVersion=2.5.4
projectVersion=2.0.1-SNAPSHOT
groovyVersion=2.5.14
projectVersion=2.0.1-SNAPSHOT

0 comments on commit c8ede39

Please sign in to comment.