Skip to content

Commit

Permalink
Upgrade to Grace 2023.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Aug 22, 2024
1 parent 8c76738 commit 28585d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ buildscript {
dependencies {
classpath "io.github.gradle-nexus:publish-plugin:1.3.0"
classpath "org.graceframework:grace-gradle-plugin:$graceVersion"
classpath "org.graceframework.plugins:asset-pipeline-gradle:6.0.0-RC1"
classpath "org.graceframework.plugins:asset-pipeline-gradle:6.0.0"
classpath "com.github.erdi:webdriver-binaries-gradle-plugin:3.2"
classpath "org.graceframework.plugins:database-migration:6.0.0-RC1"
classpath "org.graceframework.plugins:database-migration:6.0.0"
}
}

Expand Down Expand Up @@ -75,7 +75,7 @@ dependencies {
implementation "org.graceframework.plugins:database-migration"
implementation "org.graceframework.plugins:hibernate"
profile "org.graceframework.profiles:web"
runtimeOnly "org.graceframework.plugins:asset-pipeline-plugin:6.0.0-RC1"
runtimeOnly "org.graceframework.plugins:asset-pipeline-plugin:6.0.0"
runtimeOnly "com.h2database:h2"
runtimeOnly "org.apache.tomcat:tomcat-jdbc"
testImplementation "org.graceframework:grace-test-support"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
projectVersion=1.0.0-SNAPSHOT
graceVersion=2023.0.0-RC2
graceVersion=2023.0.0
groovyVersion=4.0.22
org.gradle.daemon=true
org.gradle.parallel=true
Expand Down
2 changes: 1 addition & 1 deletion plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectName=admin
graceVersion=2023.0.0-RC2
graceVersion=2023.0.0
groovyVersion=4.0.22
exploded=true

0 comments on commit 28585d0

Please sign in to comment.