See gh-14667
This commit is contained in:
Johnny Lim
2018-10-03 18:30:14 +09:00
committed by Stephane Nicoll
parent b4a8ad06de
commit 335775892b
8 changed files with 24 additions and 25 deletions

View File

@@ -22,11 +22,11 @@ repositories {
dependencies {
implementation localGroovy()
implementation gradleApi()
implementation fileTree(dir: 'target/dependencies/compile', include: '*.jar')
implementation gradleApi()
implementation fileTree(dir: 'target/dependencies/compile', include: '*.jar')
testImplementation gradleTestKit()
testImplementation 'org.apache.commons:commons-compress:1.13'
testImplementation fileTree(dir: 'target/dependencies/test', include: '*.jar')
testImplementation 'org.apache.commons:commons-compress:1.13'
testImplementation fileTree(dir: 'target/dependencies/test', include: '*.jar')
}
jar {