File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ Do you want to use this analyzer in a project hosted on [SonarCloud](https://son
2323
2424| ZPA version | SonarQube version (min/max) |
2525| ------------------------| -----------------------------|
26- | 3.8 .0 | 25.2 / 25.8 |
27- | 4.0 .0 (in development) | 25.2 / 25.10 |
26+ | 4.0 .0 | 25.2 / 25.10 |
27+ | 4.1 .0 (in development) | 25.2 / 25.10 |
2828
2929## ZPA Toolkit
3030
Original file line number Diff line number Diff line change 11group =com.felipebz.zpa
2- version =4.0.0-SNAPSHOT
2+ version =4.0.0
33
44# Workaround for Dokka issue: https://github.com/Kotlin/dokka/issues/1405
55org.gradle.jvmargs =-XX:MaxMetaspaceSize=1G
Original file line number Diff line number Diff line change 2323val minSonarQubeVersion = " 25.4.0.105899"
2424val minSonarQubeApiVersion = " 11.3.0.2824"
2525val junitVersion = " 5.13.4"
26- val zpaVersion = " 4.0.0-SNAPSHOT "
26+ val zpaVersion = " 4.0.0"
2727
2828dependencies {
2929 compileOnly(" org.sonarsource.api.plugin:sonar-plugin-api:$minSonarQubeApiVersion " )
Original file line number Diff line number Diff line change 1010
1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13- <zpa .version>4.0.0-SNAPSHOT </zpa .version>
13+ <zpa .version>4.0.0</zpa .version>
1414 <sonarqube .api.min.version>11.3.0.2824</sonarqube .api.min.version>
1515 <sonarqube .min.version>25.4.0.105899</sonarqube .min.version>
1616 </properties >
You can’t perform that action at this time.
0 commit comments