File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed
Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,5 @@ atlassian-*.xml
1717.project
1818.classpath
1919.settings
20- ning-services /src /test /resources /artifactory-client.properties
20+ ning-services /src /test /resources /artifactory-client.properties
21+ ning-services /src /test /resources /artifactory-ning-client.properties
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ apply plugin: 'groovy'
22apply plugin : ' fatjar'
33
44dependencies {
5- compile project(' :api' )
6- compile project(' :services' )
5+ compile project(' :artifactory-java-client-services' )
76 compile group : ' com.ning' , name : ' async-http-client' , version : ' 1.7.20'
87 testCompile group : ' org.testng' , name : ' testng' , version : ' 6.5.2'
98}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'groovy'
22apply plugin : ' fatjar'
33
44dependencies {
5- compile project(' :api' )
5+ compile project(' :artifactory-java-client- api' )
66 compile addGroovy(' groovy' )
77 compile addGroovy(' groovy-json' )
88 compile addGroovy(' groovy-xml' )
Original file line number Diff line number Diff line change 1- include ' api' , ' services' , ' ning-services'
2- rootProject. name = ' java-client'
1+ String rootName = ' artifactory-java-client'
2+ String api = ' api'
3+ String services = ' services'
4+ String ningServices = ' ning-services'
5+
6+ include api, services, ningServices
7+ rootProject. name = rootName
8+
9+ project(" :$api " ). name = " $rootName -$api "
10+ project(" :$services " ). name = " $rootName -$services "
11+ project(" :$ningServices " ). name = " $rootName -$ningServices "
You can’t perform that action at this time.
0 commit comments