Revert "Use relative paths in own kotlin klib artifacts"
Revert because using absolute paths in inputs ruins Gradle build caches.
This reverts commit 0884782c60.
This commit is contained in:
committed by
TeamCityServer
parent
f84f3cae97
commit
0ad440f112
@@ -472,7 +472,6 @@ allprojects {
|
||||
|
||||
val commonCompilerArgs = listOfNotNull(
|
||||
"-opt-in=kotlin.RequiresOptIn",
|
||||
"-Xklib-relative-path-base=$rootDir".takeIf { !kotlinBuildProperties.getBoolean("kotlin.build.use.absolute.paths.in.klib") },
|
||||
"-progressive".takeIf { hasProperty("test.progressive.mode") }
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user