Skip to content

Commit

Permalink
Upgrade to Grace 2022.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jan 17, 2024
1 parent 4f0479a commit 8a09172
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
maven { url 'https://repo.gradle.org/gradle/libs-releases' }
}
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
classpath "org.graceframework:grace-gradle-plugin:$graceVersion"
classpath "io.github.gradle-nexus:publish-plugin:1.3.0"
}
}
Expand All @@ -23,7 +23,7 @@ group "org.graceframework.plugins"
apply plugin: "eclipse"
apply plugin: "idea"
apply plugin: "java-library"
apply plugin: "org.grails.grails-plugin"
apply plugin: "org.graceframework.grace-plugin"
apply plugin: "io.github.gradle-nexus.publish-plugin"
apply plugin: "maven-publish"
apply plugin: "signing"
Expand All @@ -32,6 +32,7 @@ repositories {
// mavenLocal()
mavenCentral()
maven { url "https://repo.grails.org/grails/core" }
maven { url "https://plugins.gradle.org/m2/" }
}

configurations {
Expand Down
4 changes: 1 addition & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
projectVersion=5.0.1-SNAPSHOT
graceVersion=2021.0.2
grailsVersion=5.1.10
grailsGradlePluginVersion=5.1.5
graceVersion=2022.0.0-RC2
groovyVersion=3.0.15
gebSpock=5.1
org.gradle.parallel=true
Expand Down

0 comments on commit 8a09172

Please sign in to comment.