Skip to content

Commit

Permalink
re-enable views-json plugin and add dependsOn (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley authored Oct 3, 2024
1 parent b5c2235 commit 136d7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ subprojects { project ->
apply plugin: "groovy"
if (project.name.startsWith("examples")) {
apply plugin: "org.grails.grails-web"
//apply plugin: "org.grails.plugins.views-json"
apply plugin: "org.grails.plugins.views-json"
} else {
apply plugin: "java-library"
if (isGrailsPlugin) {
Expand Down
4 changes: 1 addition & 3 deletions examples/demo33/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,4 @@ tasks.withType(Jar).configureEach {
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}




compileTestGroovy.dependsOn(compileGsonViews)

0 comments on commit 136d7e7

Please sign in to comment.