JPS: remove cache version from test data
This commit is contained in:
+4
-4
@@ -4,7 +4,7 @@ Building module5
|
||||
Exit code: NOTHING_DONE
|
||||
------------------------------------------
|
||||
Building module4
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module4' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module4' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module4/src/d.kt
|
||||
Cleaning output files:
|
||||
@@ -17,7 +17,7 @@ End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module1
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module1' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module1' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/a.kt
|
||||
Cleaning output files:
|
||||
@@ -31,7 +31,7 @@ End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module2
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module2' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module2' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module2/src/b.kt
|
||||
Cleaning output files:
|
||||
@@ -44,7 +44,7 @@ End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module3
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module3' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module3' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module3/src/c.kt
|
||||
Cleaning output files:
|
||||
|
||||
jps-plugin/testData/incremental/cacheVersionChanged/module1Modified/data-container-version-build.log
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm])
|
||||
Lookups cache are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/a.kt
|
||||
module2/src/b.kt
|
||||
|
||||
Reference in New Issue
Block a user