Rename: jps-plugin -> jps/jps-plugin

This commit is contained in:
Nikita Bobko
2021-12-29 19:21:54 +01:00
parent d8f99d8974
commit db7472a376
2317 changed files with 0 additions and 0 deletions
@@ -0,0 +1,16 @@
The same tests are run by both `AbstractIncrementalCacheVersionChangedTest` and `AbstractDataContainerVersionChangedTest`.
## AbstractIncrementalCacheVersionChangedTest
Tests for changing targets **local** cache version for each modification step.
Individual tests can:
- can skip changing the version at any step by adding files like `module1_do-not-change-cache-versions.new.2`
- clear has-kotlin flag by adding files like `module1_clear-has-kotlin.new.1`
## AbstractDataContainerVersionChangedTest
Tests for changing version of **global** lookups cache for each modification step.
Note that `build.log` file for this test case is named as `data-container-version-build.log`.
Individual tests can can skip changing the version at any step by adding files like `module1_do-not-change-cache-versions.new.2`.