We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fcd73 commit 5c40d2fCopy full SHA for 5c40d2f
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'com.iwillfailyou' version '0.4.1'
+ id 'com.iwillfailyou' version '0.5.0'
3
}
4
5
allprojects {
plugin-gradle/build.gradle
@@ -28,7 +28,7 @@ version = '0.5.0'
28
dependencies {
29
implementation gradleApi()
30
implementation 'com.iwillfailyou:java-plugin:0.0.4'
31
- implementation 'com.iwillfailyou:java-inspections:0.8.0'
+ implementation 'com.iwillfailyou:java-inspections:0.8.1'
32
testCompile group: 'junit', name: 'junit', version: '4.12'
33
34
0 commit comments