We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b4b3e commit f928c60Copy full SHA for f928c60
CHANGELOG.md
@@ -1,5 +1,7 @@
1
-## Unreleased
+## 0.1.11
2
+- Add GradleBuildFileInspectionSuppressor to hide IDE warnings about unknown project accessors caused by swapping their project references
3
- Update spotlight
4
+- Require spotlight be present, use compileOnly dependency on it
5
6
## 0.1.10
7
- Add IDE plugin to support navigation in projects with swapped artifacts
gradle.properties
@@ -11,4 +11,4 @@ org.gradle.configuration-cache.parallel=true
11
org.gradle.parallel=true
12
13
group=xyz.block.artifactswap
14
-version=0.1.11-SNAPSHOT
+version=0.1.11
0 commit comments