File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configurations {
2- // Required to keep Gradle classes off the test compile classpath.
3- gradleConf. extendsFrom compileClasspath
42 compileClasspath {
53 exclude group : ' org.apache.groovy' , module : ' groovy-xml'
64 }
75}
86
97dependencies {
10- gradleConf gradleApi()
118 api libs. asciidoctorj
129 api libs. ant
1310 api libs. commons. text
@@ -27,12 +24,6 @@ dependencies {
2724 testImplementation libs. spock. core, { transitive = false }
2825}
2926
30- sourceSets {
31- main {
32- compileClasspath = configurations. gradleConf
33- }
34- }
35-
3627tasks. register(' docResourcesJar' , Jar ) {
3728 description = ' Package up resources used for generating documentation.'
3829 archiveVersion = null
@@ -44,9 +35,3 @@ tasks.named('jar', Jar) {
4435 dependsOn docResourcesJar
4536 from docResourcesJar
4637}
47-
48- eclipse {
49- classpath {
50- plusConfigurations + = [configurations. gradleConf]
51- }
52- }
You can’t perform that action at this time.
0 commit comments