[Gradle] Print kapt worker classpath properly
This commit is contained in:
committed by
Space Team
parent
77b9860021
commit
652ff54835
+1
-1
@@ -189,7 +189,7 @@ abstract class KaptWithoutKotlincTask @Inject constructor(
|
|||||||
.javaExecutable
|
.javaExecutable
|
||||||
.asFile.get()
|
.asFile.get()
|
||||||
.absolutePath
|
.absolutePath
|
||||||
logger.info("Kapt worker classpath: ${it.classpath}")
|
logger.info("Kapt worker classpath: ${kaptClasspath.toList()}")
|
||||||
}
|
}
|
||||||
IsolationMode.NONE -> {
|
IsolationMode.NONE -> {
|
||||||
warnAdditionalJvmArgsAreNotUsed(isolationMode)
|
warnAdditionalJvmArgsAreNotUsed(isolationMode)
|
||||||
|
|||||||
Reference in New Issue
Block a user