Commit f10dcd8 1 parent 1926931 commit f10dcd8 Copy full SHA for f10dcd8
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ buildscript {
6
6
dependencies {
7
7
classpath " org.jfrog.buildinfo:build-info-extractor-gradle:3.1.1"
8
8
classpath ' com.github.jengelman.gradle.plugins:shadow:1.2.3'
9
+ classpath " com.netflix.nebula:nebula-publishing-plugin:4.10.0"
9
10
}
10
11
}
11
12
@@ -17,6 +18,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
17
18
apply plugin : ' checkstyle'
18
19
apply plugin : ' jacoco'
19
20
apply plugin : ' eclipse'
21
+ apply plugin : " nebula.compile-api"
20
22
21
23
apply from : " $rootDir /gradle/additional-artifacts.gradle"
22
24
apply from : " $rootDir /gradle/dependencies.gradle"
@@ -30,9 +32,9 @@ repositories {
30
32
}
31
33
32
34
dependencies {
33
- compile (' org.apache.jclouds:jclouds-core:2.0.1' )
34
- compile (' com.google.auto.service:auto-service:1.0-rc3' )
35
- compile (' com.google.auto.value:auto-value:1.4.1' )
35
+ compileApi (' org.apache.jclouds:jclouds-core:2.0.1' )
36
+ compileApi (' com.google.auto.service:auto-service:1.0-rc3' )
37
+ compileApi (' com.google.auto.value:auto-value:1.4.1' )
36
38
37
39
testCompile (' org.apache.jclouds:jclouds-core:2.0.1:tests' )
38
40
testCompile (' org.testng:testng:6.11' )
You can’t perform that action at this time.
0 commit comments