Update Gradle configuration names
Closes gh-9540
This commit is contained in:
@@ -21,7 +21,7 @@ asciidoctorj {
|
||||
revnumber : project.version,
|
||||
'gh-url': ghUrl,
|
||||
'gh-samples-url': "$ghUrl/samples"
|
||||
attributeProvider resolvedVersions(project.configurations.testCompile)
|
||||
attributeProvider resolvedVersions(project.configurations.testRuntimeClasspath)
|
||||
}
|
||||
|
||||
docsZip {
|
||||
@@ -31,9 +31,9 @@ docsZip {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCompile "com.unboundid:unboundid-ldapsdk"
|
||||
testCompile "org.apache.directory.server:apacheds-core"
|
||||
testCompile "org.springframework:spring-core"
|
||||
testImplementation "com.unboundid:unboundid-ldapsdk"
|
||||
testImplementation "org.apache.directory.server:apacheds-core"
|
||||
testImplementation "org.springframework:spring-core"
|
||||
}
|
||||
|
||||
def resolvedVersions(Configuration configuration) {
|
||||
|
||||
Reference in New Issue
Block a user