Skip to content

Commit

Permalink
Updated to Grails 5.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Dec 21, 2022
1 parent f527049 commit c1d24eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
repositories {
maven { url 'https://repo.grails.org/grails/core' }
maven { url "https://plugins.gradle.org/m2" }
maven { url 'https://repo.grails.org/grails/core' }
}
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
Expand Down Expand Up @@ -82,7 +82,7 @@ compileGsonViews {
bootJar.enabled = false
jar {
enabled = true
archiveClassifier = ''
archiveClassifier.set('')
}

java {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Thu, 20 Oct 2022 11:39:59 +0000
version=1.0.2-SNAPSHOT
grailsVersion=5.2.4
grailsGradlePluginVersion=5.2.3
grailsVersion=5.2.5
grailsGradlePluginVersion=5.2.4
groovyVersion=3.0.11
gorm.version=7.3.2
org.gradle.daemon=true
Expand Down

0 comments on commit c1d24eb

Please sign in to comment.