Skip to content

Commit

Permalink
fix: Remove war config from generated build.gradle
Browse files Browse the repository at this point in the history
This configuration is now done by the grails-gradle-plugin.

Related: grails/grails-gradle-plugin#234
  • Loading branch information
matrei committed Jan 16, 2024
1 parent e57b76c commit 77a6cac
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,4 @@ tasks.withType(Test) {
}
}

@if (features.contains("grails-gsp")) {
tasks.withType(War).configureEach { War war ->
war.dependsOn compileGroovyPages
}
}

@gradleBuild.renderExtensions()

0 comments on commit 77a6cac

Please sign in to comment.