Remove unused SonarQube configs and cache setup.
Cleaned up commented-out SonarQube configuration from `pom.xml` and removed redundant cache settings in `.gitlab-ci.yml`. This simplifies the build configuration and eliminates unused or unnecessary definitions.
This commit is contained in:
@@ -21,13 +21,6 @@
|
||||
<project.build.sourceEncoding>${file.encoding}</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>${file.encoding}</project.reporting.outputEncoding>
|
||||
|
||||
<!-- sonarQube cloud -->
|
||||
<!-- <sonar.organization>th-schwarz</sonar.organization>-->
|
||||
<!-- <sonar.host.url>https://sonarcloud.io</sonar.host.url>-->
|
||||
<!-- <sonar.sourceEncoding>${file.encoding}</sonar.sourceEncoding>-->
|
||||
<!-- <sonar.exclusions>docs/**/*</sonar.exclusions>-->
|
||||
<!-- <sonar.test.exclusions>src/test/java/**/*</sonar.test.exclusions>-->
|
||||
|
||||
<!-- checkstyle -->
|
||||
<checkstyle.version>10.21.3</checkstyle.version>
|
||||
<checkstyle.plugin.version>3.6.0</checkstyle.plugin.version>
|
||||
|
||||
Reference in New Issue
Block a user