File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.12
2+ - Allow configuring maven local directory via gradle.properties
3+ - Expose mavenLocalDirectory through tooling model to IDE plugin
4+ - Add a local publishing option for BOM for easier debugging/testing
5+ - Fix uncommitted change detection missing untracked files
6+ - Add end-to-end functional tests
7+ - Update spotlight
8+
19## 0.1.11
210- Add GradleBuildFileInspectionSuppressor to hide IDE warnings about unknown project accessors caused by swapping their project references
311- Update spotlight
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ org.gradle.configuration-cache.parallel=true
1111org.gradle.parallel =true
1212
1313group =xyz.block.artifactswap
14- version =0.1.11
14+ version =0.1.12
You can’t perform that action at this time.
0 commit comments