File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 1- # # Generated by $ ./gradlew refreshVersionsCatalog
2-
31[plugins ]
42
53binary-compatibility-validator = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version.ref = " binary-compatibility-validator" }
Original file line number Diff line number Diff line change 1- import de.fayard.refreshVersions.core.StabilityLevel
2-
31plugins {
42 id(" com.gradle.develocity" ) version " 3.18"
5- id(" de.fayard.refreshVersions" ) version " 0.60.5"
63 id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.8.0" )
74}
85
@@ -16,11 +13,4 @@ develocity {
1613 }
1714}
1815
19- refreshVersions {
20- versionsPropertiesFile = file(" build/tmp/refreshVersions/versions.properties" ).apply { parentFile.mkdirs() }
21- rejectVersionIf {
22- candidate.stabilityLevel != StabilityLevel .Stable
23- }
24- }
25-
2616includeBuild(" protocol-generator" )
You can’t perform that action at this time.
0 commit comments