File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Experimental Gradle plugin to detect potential classpath collisions between library jars.
6
6
7
- Fails the build whenever an unexpected duplicate entry is found in more than one artifact .
7
+ Fails the build whenever an unexpected duplicate entry is found in two or more artifacts .
8
8
9
9
## Usage
10
10
@@ -34,7 +34,7 @@ apply plugin: "io.fuchs.gradle.classpath-collision-detector"
34
34
35
35
Then run ` ./gradlew detectCollisions ` to run the detection.
36
36
37
- If the projet also applies the ` java ` plugin the task searches the ` runtimeClasspath ` for collisions.
37
+ If the project also applies the ` java ` plugin the task searches the ` runtimeClasspath ` for collisions.
38
38
39
39
### Customization
40
40
@@ -45,7 +45,7 @@ tasks.named('detectCollisions', DetectCollisionsTask).configure {
45
45
}
46
46
```
47
47
48
- To ignore certain conflicts you can add exclude patterns that match collisions you are not interrested in e.g.
48
+ To ignore certain conflicts you can add exclude patterns that match collisions you are not interested in e.g.
49
49
50
50
``` groovy
51
51
tasks.named('detectCollisions', DetectCollisionsTask).configure {
You can’t perform that action at this time.
0 commit comments