diff --git a/examples/gsp/build.gradle b/examples/gsp/build.gradle index a6101c9..c169edb 100644 --- a/examples/gsp/build.gradle +++ b/examples/gsp/build.gradle @@ -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') diff --git a/examples/gsp/gradle.properties b/examples/gsp/gradle.properties index 04d60fa..9e3a7a5 100644 --- a/examples/gsp/gradle.properties +++ b/examples/gsp/gradle.properties @@ -1 +1 @@ -grailsVersion=6.0.0 \ No newline at end of file +grailsVersion=6.1.0 \ No newline at end of file