Skip to content

Commit f7879d5

Browse files
committedJan 29, 2018
reverted accidental changes in build.gradle
1 parent c009010 commit f7879d5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎build.gradle

-7
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ buildscript {
5656
dependencies {
5757
classpath 'com.netflix.nebula:nebula-publishing-plugin:5.1.0'
5858
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'
6259
}
6360

6461

@@ -71,10 +68,6 @@ apply plugin: 'maven-publish'
7168
apply plugin: 'nebula.maven-publish'
7269
apply plugin: 'com.jfrog.bintray'
7370

74-
//if (System.getenv('BUILD_SERVER')) {
75-
apply plugin: 'org.asciidoctor.gradle.asciidoctor'
76-
//}
77-
7871
repositories {
7972
if (CERN_VM) {
8073
maven { url 'http://artifactory.cern.ch/ds-jcenter' }

0 commit comments

Comments
 (0)