Refactoring - renaming projects, applying sourceSets DSL
This commit is contained in:
@@ -27,7 +27,7 @@ val archives by configurations
|
||||
val projectsToInclude = listOf(
|
||||
":compiler:cli-common",
|
||||
":compiler:daemon-common",
|
||||
":compiler:daemon-client")
|
||||
":kotlin-daemon-client")
|
||||
|
||||
dependencies {
|
||||
val testCompile by configurations
|
||||
|
||||
@@ -14,18 +14,18 @@ dependencies {
|
||||
buildVersion()
|
||||
}
|
||||
|
||||
configureKotlinProjectSourcesDefault()
|
||||
configureKotlinProjectNoTests()
|
||||
sourceSets {
|
||||
"main" { default() }
|
||||
"test" { none() }
|
||||
}
|
||||
|
||||
val jar = runtimeJar {
|
||||
runtimeJar {
|
||||
from(zipTree(nativePlatformUberjar))
|
||||
}
|
||||
|
||||
sourcesJar()
|
||||
javadocJar()
|
||||
|
||||
dist {
|
||||
from(jar)
|
||||
}
|
||||
dist()
|
||||
|
||||
publish()
|
||||
|
||||
@@ -7,7 +7,7 @@ val projectsToShadow = listOf(
|
||||
":build-common",
|
||||
":compiler:cli-common",
|
||||
":compiler:compiler-runner",
|
||||
":compiler:daemon-client",
|
||||
":kotlin-daemon-client",
|
||||
":compiler:daemon-common",
|
||||
":core",
|
||||
":idea:idea-jps-common",
|
||||
|
||||
Reference in New Issue
Block a user