Skip to content

Commit

Permalink
Update gsp example to Grails 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 4, 2023
1 parent 3b5cfea commit 2725bdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions examples/gsp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ targetCompatibility = JavaVersion.VERSION_11
compileGroovyPages {
source = project.file("${project.projectDir}/src/main/resources/templates")
}
tasks.withType(War).configureEach { War war ->
war.dependsOn compileGroovyPages
}

jar {
processResources.exclude('**/*.gsp')
Expand Down
2 changes: 1 addition & 1 deletion examples/gsp/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
grailsVersion=6.0.0
grailsVersion=6.1.0

0 comments on commit 2725bdd

Please sign in to comment.