Skip to content

Commit 1463ef0

Browse files
committed
Merge branch 'public-release/v1.2.0-223' into public-release/v1.2.0-231
2 parents 2f79ddf + 35faecc commit 1463ef0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build.gradle.kts

+1-7
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,8 @@ fun environment(key: String) = providers.environmentVariable(key)
2020
fun dateValue(pattern: String): String =
2121
LocalDate.now(ZoneId.of("Europe/Warsaw")).format(DateTimeFormatter.ofPattern(pattern))
2222

23-
buildscript {
24-
dependencies {
25-
classpath("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.1.1")
26-
}
27-
}
28-
2923
plugins {
30-
id("org.sonarqube") version "3.3"
24+
id("org.sonarqube") version "5.0.0.4638"
3125
id("org.jetbrains.intellij") version "1.17.2"
3226
id("org.jetbrains.changelog") version "2.2.0"
3327
kotlin("jvm") version "1.9.22"

0 commit comments

Comments
 (0)