Rename artifacts, fix dependencies and artifact contents

This commit is contained in:
Ilya Chernikov
2017-09-19 16:45:42 +02:00
parent d61695be55
commit df04efcf14
14 changed files with 55 additions and 13 deletions
@@ -31,7 +31,7 @@ dependencies {
compile project(path: ':kotlin-compiler-embeddable', configuration: "runtimeJar")
compile project(':kotlin-stdlib')
compile project(':android-extensions-compiler')
compile project(':kotlin-android-extensions')
compile project(':kotlin-build-common')
compile project(':kotlin-compiler-runner')
// compileOnly project(":compiler:daemon")
@@ -81,6 +81,7 @@ jar.dependsOn agp25Classes
jar {
from compileGroovy.destinationDir
from sourceSets.agp25.output.classesDir
manifestAttributes(manifest, project)
}
artifacts {