We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a5cfd commit bf01a3dCopy full SHA for bf01a3d
buildSrc/src/main/kotlin/org/sonarsource/kotlin/buildsrc/tasks/FetchRuleMetadata.kt
@@ -10,7 +10,7 @@ import org.gradle.kotlin.dsl.provideDelegate
10
import org.gradle.kotlin.dsl.repositories
11
import org.gradle.process.ExecResult
12
13
-const val ruleApiVersion = "2.+"
+const val ruleApiVersion = "2.7.0.2612"
14
15
abstract class FetchRuleMetadata : DefaultTask() {
16
0 commit comments