[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
|
||||
.asFile.get()
|
||||
.absolutePath
|
||||
logger.info("Kapt worker classpath: ${it.classpath}")
|
||||
logger.info("Kapt worker classpath: ${kaptClasspath.toList()}")
|
||||
}
|
||||
IsolationMode.NONE -> {
|
||||
warnAdditionalJvmArgsAreNotUsed(isolationMode)
|
||||
|
||||
Reference in New Issue
Block a user