Skip to content

Commit

Permalink
Issue #481: upgrade to checkstyle 10.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 authored and romani committed May 11, 2023
1 parent cf1f599 commit ca2b4a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Compatibility matrix from checkstyle team:

| Checkstyle Plugin | Sonar min | Sonar max | Checkstyle | Jdk |
|-------------------|-----------|-----------|------------|-----|
| 10.9.3 | 9.0 | 9.0+ | 10.9.3 | 11 |
| 10.11.0 | 9.0 | 10.0+ | 10.11.0 | 11 |
| 10.9.3 | 9.0 | 10.0+ | 10.9.3 | 11 |
| 10.8.1 | 9.0 | 9.0+ | 10.8.1 | 11 |
| 10.8.0 | 9.0 | 9.0+ | 10.8.0 | 11 |
| 10.7.0 | 9.0 | 9.0+ | 10.7.0 | 11 |
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.checkstyle</groupId>
<artifactId>checkstyle-sonar-plugin</artifactId>
<version>10.10.0-SNAPSHOT</version>
<version>10.11.0-SNAPSHOT</version>
<packaging>sonar-plugin</packaging>

<name>Checkstyle SonarQube Plugin</name>
Expand Down Expand Up @@ -93,13 +93,13 @@
</ciManagement>

<properties>
<checkstyle.version>10.9.3</checkstyle.version>
<checkstyle.version>10.11.0</checkstyle.version>
<sonar.version>8.9.0.43852</sonar.version>
<sonar-java.version>7.2.0.26923</sonar-java.version>
<maven.sevntu.checkstyle.plugin.version>1.44.1</maven.sevntu.checkstyle.plugin.version>
<!-- it should be a version of checkstyle that is compatible/compiled with sevntu -->
<maven.sevntu.checkstyle.plugin.checkstyle.version>
10.9.3
10.11.0
</maven.sevntu.checkstyle.plugin.checkstyle.version>
<antrun.plugin.version>3.1.0</antrun.plugin.version>
<checkstyle.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle-checks.xml</checkstyle.configLocation>
Expand Down
9 changes: 4 additions & 5 deletions test-resources/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ version: "3"

services:
sonarqube:
image: sonarqube:8.9.3-community
# alternatively, to test with 9.1, use the next line
#image: sonarqube:9.1-community
# next line is for arm64 devices (e.g. Mac M1) when testing since SQ does not officially release multi-arch images
#image: stevefan1999/sonarqube:9.0.1-community
# LTS version
image: sonarqube:9-community
# "latest" version
#image: sonarqube:10.0-community
restart: unless-stopped
depends_on:
- db
Expand Down

0 comments on commit ca2b4a5

Please sign in to comment.