Inline project with kotlin-native path settings
This commit is contained in:
committed by
Space Team
parent
2cfbbb185d
commit
95f21075fe
@@ -1,6 +1,6 @@
|
||||
apply plugin: 'base'
|
||||
|
||||
final boolean isTeamcityBuild = System.getenv("TEAMCITY_VERSION") != null
|
||||
final boolean isTeamcityBuild = project.hasProperty("teamcity.version")
|
||||
|
||||
// kotlin/libraries/tools/kotlin-stdlib-docs -> kotlin
|
||||
final String kotlinRootDir = rootProject.file("../../../").absolutePath.replace('\\', '/')
|
||||
|
||||
Reference in New Issue
Block a user