Skip to content

Commit e5ac9ce

Browse files
committed
chore(ideainspect.groovy): fix version number string
1 parent 7d6b968 commit e5ac9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ideainspect.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import java.nio.file.Paths
2727
Note to the reader:
2828
This is my very first Groovy script. Please be nice.
2929
*/
30-
println "= IntellIJ IDEA Code Analysis Wrapper - v1.5.1 - @bentolor"
30+
println "= IntellIJ IDEA Code Analysis Wrapper - v1.5.2 - @bentolor"
3131

3232
// Defaults
3333
def resultDir = "target/inspection-results"

0 commit comments

Comments
 (0)