Skip to content

Commit

Permalink
👷 Update SonarCloud configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lengors committed Sep 1, 2024
1 parent b0288e5 commit 25896fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@
<!-- SonarCloud -->
<sonar.organization>lengors-github</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<sonar.inclusions>${project.build.directory}/generated-sources/delombok/**/*.java</sonar.inclusions>
<sonar.sources>${project.build.directory}/generated-sources/delombok</sonar.sources>
<sonar.tests>${project.build.directory}/generated-test-sources/delombok</sonar.tests>
</properties>

<dependencyManagement>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/lombok.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lombok.addLombokGeneratedAnnotation = true

0 comments on commit 25896fc

Please sign in to comment.