Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 136d7e7

Browse files
authored
re-enable views-json plugin and add dependsOn (#438)
1 parent b5c2235 commit 136d7e7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ subprojects { project ->
7373
apply plugin: "groovy"
7474
if (project.name.startsWith("examples")) {
7575
apply plugin: "org.grails.grails-web"
76-
//apply plugin: "org.grails.plugins.views-json"
76+
apply plugin: "org.grails.plugins.views-json"
7777
} else {
7878
apply plugin: "java-library"
7979
if (isGrailsPlugin) {

examples/demo33/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,4 @@ tasks.withType(Jar).configureEach {
9292
duplicatesStrategy = DuplicatesStrategy.INCLUDE
9393
}
9494

95-
96-
97-
95+
compileTestGroovy.dependsOn(compileGsonViews)

0 commit comments

Comments
 (0)