Add android-extensions-runtime to the dist
This commit is contained in:
@@ -50,6 +50,7 @@ sourceSets {
|
|||||||
testsJar {}
|
testsJar {}
|
||||||
|
|
||||||
projectTest {
|
projectTest {
|
||||||
|
dependsOn(":kotlin-android-extensions-runtime:dist")
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,4 +18,6 @@ runtimeJar()
|
|||||||
sourcesJar()
|
sourcesJar()
|
||||||
javadocJar()
|
javadocJar()
|
||||||
|
|
||||||
|
dist(targetName = "android-extensions-runtime.jar")
|
||||||
|
|
||||||
publish()
|
publish()
|
||||||
|
|||||||
Reference in New Issue
Block a user