Skip to content

Commit bf01a3d

Browse files
authored
Use fixed version of rule-api
1 parent d7a5cfd commit bf01a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/org/sonarsource/kotlin/buildsrc/tasks/FetchRuleMetadata.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import org.gradle.kotlin.dsl.provideDelegate
1010
import org.gradle.kotlin.dsl.repositories
1111
import org.gradle.process.ExecResult
1212

13-
const val ruleApiVersion = "2.+"
13+
const val ruleApiVersion = "2.7.0.2612"
1414

1515
abstract class FetchRuleMetadata : DefaultTask() {
1616

0 commit comments

Comments
 (0)