We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c009010 commit f7879d5Copy full SHA for f7879d5
build.gradle
@@ -56,9 +56,6 @@ buildscript {
56
dependencies {
57
classpath 'com.netflix.nebula:nebula-publishing-plugin:5.1.0'
58
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
59
-
60
- classpath 'org.asciidoctor:asciidoctor-gradle-plugin:0.7.2'
61
- classpath 'org.asciidoctor:asciidoctorj:1.5.0'
62
}
63
64
@@ -71,10 +68,6 @@ apply plugin: 'maven-publish'
71
68
apply plugin: 'nebula.maven-publish'
72
69
apply plugin: 'com.jfrog.bintray'
73
70
74
-//if (System.getenv('BUILD_SERVER')) {
75
- apply plugin: 'org.asciidoctor.gradle.asciidoctor'
76
-//}
77
78
repositories {
79
if (CERN_VM) {
80
maven { url 'http://artifactory.cern.ch/ds-jcenter' }
0 commit comments