Rename the project from kotlin-dokka-stdlib to kotlin-stdlib-docs
This commit is contained in:
committed by
Space
parent
d8d9a2689d
commit
013a7fe62d
+1
-1
@@ -1,4 +1,4 @@
|
||||
kotlin-dokka-stdlib
|
||||
kotlin-stdlib-docs
|
||||
===================
|
||||
|
||||
Common scripts to build API documentation for kotlin stdlib, kotlin test (and others?) libraries for
|
||||
Vendored
+1
-1
@@ -2,7 +2,7 @@ apply plugin: 'base'
|
||||
|
||||
final boolean isTeamcityBuild = System.getenv("TEAMCITY_VERSION") != null
|
||||
|
||||
// kotlin/libraries/tools/kotlin-dokka-stdlib -> kotlin
|
||||
// kotlin/libraries/tools/kotlin-stdlib-docs -> kotlin
|
||||
final File kotlinRootDir = rootProject.file( "../../../")
|
||||
final File kotlinLibsDir = new File(buildDir, 'libs')
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ apply plugin: 'base'
|
||||
|
||||
final boolean isTeamcityBuild = System.getenv("TEAMCITY_VERSION") != null
|
||||
|
||||
// kotlin/libraries/tools/kotlin-dokka-stdlib -> kotlin/kotlin-native
|
||||
// kotlin/libraries/tools/kotlin-stdlib-docs -> kotlin/kotlin-native
|
||||
final String kotlinNativeRootDir = rootProject.file( "../../../kotlin-native")
|
||||
final File kotlinNativeLibsDir = isTeamcityBuild ? new File(buildDir, "libs") : new File(kotlinNativeRootDir, "dist")
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
rootProject.name = 'kotlin-dokka-stdlib'
|
||||
rootProject.name = 'kotlin-stdlib-docs'
|
||||
|
||||
include 'kotlin_native'
|
||||
include 'kotlin_big'
|
||||
Reference in New Issue
Block a user