Skip to content

Commit

Permalink
Upgrade to Grace 2022.2.8
Browse files Browse the repository at this point in the history
* Groovy 3.0.22

* Grace Asset Pipeline Plugin 5.2.7
  • Loading branch information
rainboyan committed Aug 21, 2024
1 parent 0c5ceff commit 7249ca0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 0 additions & 2 deletions app/conf/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ grails:
urlmapping:
cache:
maxsize: 1000
controllers:
defaultScope: singleton
converters:
encoding: UTF-8
views:
Expand Down
9 changes: 2 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
classpath "io.github.gradle-nexus:publish-plugin:1.3.0"
classpath "org.graceframework:grace-gradle-plugin:$graceVersion"
classpath "com.github.erdi:webdriver-binaries-gradle-plugin:3.2"
classpath "org.graceframework.plugins:asset-pipeline-gradle:5.2.6"
classpath "org.graceframework.plugins:asset-pipeline-gradle:5.2.7"
}
}

Expand Down Expand Up @@ -40,7 +40,6 @@ grails {

dependencies {
developmentOnly('org.springframework.boot:spring-boot-devtools')
compileOnly "io.micronaut:micronaut-inject-groovy"
console "org.graceframework:grace-console"
implementation "org.springframework.boot:spring-boot-starter-logging"
implementation "org.springframework.boot:spring-boot-starter-validation"
Expand Down Expand Up @@ -72,11 +71,7 @@ dependencies {
profile "org.graceframework.profiles:web"
runtimeOnly "com.h2database:h2"
runtimeOnly "org.apache.tomcat:tomcat-jdbc"
runtimeOnly "jakarta.xml.bind:jakarta.xml.bind-api:2.3.3"
runtimeOnly "jakarta.el:jakarta.el-api:3.0.3"
runtimeOnly "org.glassfish:jakarta.el:3.0.4"
runtimeOnly "org.graceframework.plugins:asset-pipeline-plugin:5.2.6"
testImplementation "io.micronaut:micronaut-inject-groovy"
runtimeOnly "org.graceframework.plugins:asset-pipeline-plugin:5.2.7"
testImplementation "org.graceframework:grace-test-support"
testImplementation "org.mockito:mockito-core"
testImplementation "org.graceframework.plugins:geb"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
projectVersion=0.9.0-SNAPSHOT
graceVersion=2022.2.6
groovyVersion=3.0.21
graceVersion=2022.2.8
groovyVersion=3.0.22
org.gradle.daemon=true
org.gradle.parallel=false
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M

0 comments on commit 7249ca0

Please sign in to comment.