Skip to content

Commit

Permalink
fix: shadow broke Checkstyle parser by changing the 'severity' string
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 5, 2024
1 parent 6289b2a commit 2134db2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
#Wed Oct 02 15:55:01 CEST 2024
useViolations=false
targetCompatibility=11
relocate=org,com,se,de
#Thu Oct 03 19:47:30 CEST 2024
description=A collection of scripts
group=se.bjurr.violations
maxViolations=5
relocate=org,com,se:se,de
sourceCompatibility=11
version=2.3.1
group=se.bjurr.violations
targetCompatibility=11
useViolations=false
version=2.3.2

0 comments on commit 2134db2

Please sign in to comment.