Skip to content

Commit aa79879

Browse files
committed
версия поднята до 24.7
1 parent dabcca1 commit aa79879

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pluginTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
docker run -d --name sonarqube -p 9000:9000 \
2525
-e SONAR_ES_BOOTSTRAP_CHECKS_DISABLE=true \
2626
-v "$(pwd)/$PLUGIN_JAR:/opt/sonarqube/extensions/plugins/sonar-communitybsl-plugin.jar" \
27-
sonarqube:25.4.0.105899-community
27+
sonarqube:25.7.0.110598-community
2828
2929
- name: Wait & Setup
3030
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ English version -> https://1c-syntax.github.io/sonar-bsl-plugin-community/en/
2020

2121
| Версия SonarQube | Версия плагина | Версия JAVA |
2222
|------------------|-----------------|-------------|
23-
| 25.4+ | 1.18.0+ | 21 |
23+
| 25.7+ | 1.18.0+ | 21 |
2424
| 25.1+ | 1.15.2+ | 17 |
2525
| 9.9+ | 1.13.0+ | 17 |
2626
| 8.9+ | 1.11.0...1.12.0 | 11 |

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ repositories {
2121
maven("https://central.sonatype.com/repository/maven-snapshots")
2222
}
2323

24-
val sonarQubeVersion = "25.4.0.105899"
24+
val sonarQubeVersion = "25.7.0.110598"
2525
val commonmarkVersion = "0.27.1"
2626

2727
dependencies {
28-
compileOnly("org.sonarsource.api.plugin", "sonar-plugin-api", "11.3.0.2824")
28+
compileOnly("org.sonarsource.api.plugin", "sonar-plugin-api", "13.0.0.3026")
2929

3030
implementation("io.github.1c-syntax", "bsl-language-server", "0.28.5") {
3131
exclude("com.contrastsecurity", "java-sarif")

0 commit comments

Comments
 (0)