Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria committed Jun 4, 2024
1 parent a453463 commit 569ce6b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
</dependency>
</dependencies>
<configuration combine.self="override">
<configLocation>src/main/resources/checkstyle.xml</configLocation>
<configLocation>checkstyle.xml</configLocation>
<consoleOutput>true</consoleOutput>
<failOnViolation>true</failOnViolation>
<logViolationsToConsole>true</logViolationsToConsole>
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"bootstrap-sha": "188faf7e47b03bde3bf02c3521771301c77580d6",
"packages": {
".": {
"package-name": "com.spotify.confidence.java-sdk",
"package-name": "com.spotify.confidence.confidence-java-sdk",
"release-type": "maven",
"monorepo-tags": false,
"include-component-in-tag": false,
Expand Down
File renamed without changes.

0 comments on commit 569ce6b

Please sign in to comment.