Remove some unneeded gradle specific IC logs
They stoped being different from JPS logs for some time
This commit is contained in:
-33
@@ -1,33 +0,0 @@
|
|||||||
================ Step #1 =================
|
|
||||||
|
|
||||||
Compiling files:
|
|
||||||
src/B.kt
|
|
||||||
src/C.kt
|
|
||||||
src/createA.kt
|
|
||||||
src/createB.kt
|
|
||||||
src/createC.kt
|
|
||||||
src/useAfoo.kt
|
|
||||||
src/useBbar.kt
|
|
||||||
src/useCbaz.kt
|
|
||||||
End of files
|
|
||||||
Exit code: ABORT
|
|
||||||
------------------------------------------
|
|
||||||
COMPILATION FAILED
|
|
||||||
Unresolved reference: A
|
|
||||||
Unresolved reference: A
|
|
||||||
|
|
||||||
================ Step #2 =================
|
|
||||||
|
|
||||||
Compiling files:
|
|
||||||
src/B.kt
|
|
||||||
src/C.kt
|
|
||||||
src/createA.kt
|
|
||||||
src/createB.kt
|
|
||||||
src/createC.kt
|
|
||||||
src/funA.kt
|
|
||||||
src/useAfoo.kt
|
|
||||||
src/useBbar.kt
|
|
||||||
src/useCbaz.kt
|
|
||||||
End of files
|
|
||||||
Exit code: OK
|
|
||||||
|
|
||||||
Vendored
-36
@@ -1,36 +0,0 @@
|
|||||||
================ Step #1 =================
|
|
||||||
|
|
||||||
Compiling files:
|
|
||||||
src/B.kt
|
|
||||||
src/createA.kt
|
|
||||||
src/createB.kt
|
|
||||||
src/useAfoo.kt
|
|
||||||
src/useBbar.kt
|
|
||||||
End of files
|
|
||||||
Exit code: ABORT
|
|
||||||
------------------------------------------
|
|
||||||
COMPILATION FAILED
|
|
||||||
Unresolved reference: A
|
|
||||||
Unresolved reference: A
|
|
||||||
|
|
||||||
================ Step #2 =================
|
|
||||||
|
|
||||||
Compiling files:
|
|
||||||
src/A.kt
|
|
||||||
src/B.kt
|
|
||||||
src/createA.kt
|
|
||||||
src/createB.kt
|
|
||||||
src/useAfoo.kt
|
|
||||||
src/useBbar.kt
|
|
||||||
End of files
|
|
||||||
Exit code: OK
|
|
||||||
|
|
||||||
================ Step #3 =================
|
|
||||||
|
|
||||||
Compiling files:
|
|
||||||
src/failCompilation.kt
|
|
||||||
End of files
|
|
||||||
Exit code: ABORT
|
|
||||||
------------------------------------------
|
|
||||||
COMPILATION FAILED
|
|
||||||
Expecting a top level declaration
|
|
||||||
Reference in New Issue
Block a user