Skip to content

Commit

Permalink
Remove refresh versions which is now unused
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion committed Aug 24, 2024
1 parent 971f0c4 commit f2127f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## Generated by $ ./gradlew refreshVersionsCatalog

[plugins]

binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binary-compatibility-validator" }
Expand Down
10 changes: 0 additions & 10 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import de.fayard.refreshVersions.core.StabilityLevel

plugins {
id("com.gradle.develocity") version "3.18"
id("de.fayard.refreshVersions") version "0.60.5"
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}

Expand All @@ -16,11 +13,4 @@ develocity {
}
}

refreshVersions {
versionsPropertiesFile = file("build/tmp/refreshVersions/versions.properties").apply { parentFile.mkdirs() }
rejectVersionIf {
candidate.stabilityLevel != StabilityLevel.Stable
}
}

includeBuild("protocol-generator")

0 comments on commit f2127f0

Please sign in to comment.