Skip to content

Commit 8086c11

Browse files
committed
Remove unused documentation configuration
1 parent 59d51f4 commit 8086c11

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,7 @@ subprojects { project->
109109

110110
if (project.name in ["views-core", "views-component", "views-json", "views-markup", "views-json-testing-support"]) {
111111

112-
configurations {
113-
documentation
114-
}
115-
116112
dependencies {
117-
documentation "org.apache.groovy:groovy-dateutil:$groovyVersion"
118-
documentation "com.github.javaparser:javaparser-core:$javaParserCoreVersion"
119-
120113
testImplementation "org.spockframework:spock-core", {
121114
exclude group: "org.junit.platform", module: "junit-platform-engine"
122115
}
@@ -156,8 +149,6 @@ subprojects { project->
156149
tasks.withType(GroovyCompile) {
157150
options.compilerArgs << '-parameters'
158151
}
159-
160-
groovydoc.classpath = configurations.documentation
161152
}
162153

163154
}

0 commit comments

Comments
 (0)