Skip to content

Commit

Permalink
fix sonar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Oct 22, 2024
1 parent 5fd15e8 commit c5d583c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/sonar-scan.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,19 +104,11 @@
<jacoco.version>0.8.11</jacoco.version>

<!-- sonar plugin -->
<sonar-maven-plugin.version>3.10.0.2594</sonar-maven-plugin.version>
<license-tool-plugin-version>1.1.0</license-tool-plugin-version>

<!-- build -->
<maven.compiler.version>3.8.1</maven.compiler.version>

<!-- Sonar related properties -->
<sonar.organization>eclipse-tractusx</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.projectKey>eclipse-tractusx_sldt-digital-twin-registry</sonar.projectKey>
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
<sonar.projectName>sldt-digital-twin-registry</sonar.projectName>
<sonar.java.source>17</sonar.java.source>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit c5d583c

Please sign in to comment.