We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f79ddf + 35faecc commit 1463ef0Copy full SHA for 1463ef0
build.gradle.kts
@@ -20,14 +20,8 @@ fun environment(key: String) = providers.environmentVariable(key)
20
fun dateValue(pattern: String): String =
21
LocalDate.now(ZoneId.of("Europe/Warsaw")).format(DateTimeFormatter.ofPattern(pattern))
22
23
-buildscript {
24
- dependencies {
25
- classpath("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.1.1")
26
- }
27
-}
28
-
29
plugins {
30
- id("org.sonarqube") version "3.3"
+ id("org.sonarqube") version "5.0.0.4638"
31
id("org.jetbrains.intellij") version "1.17.2"
32
id("org.jetbrains.changelog") version "2.2.0"
33
kotlin("jvm") version "1.9.22"
0 commit comments