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 9b7d38f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
<!-- SonarCloud -->
<sonar.organization>lengors-github</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<sonar.sources>${project.basedir}/src/main/java</sonar.sources>
<sonar.tests>${project.basedir}/src/test/java</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 9b7d38f

Please sign in to comment.