Skip to content

Commit

Permalink
Bump `pluginProjectSourceDependentStableCommonGradleDependenciesVersi…
Browse files Browse the repository at this point in the history
…on` to the latest stable version which was just published
  • Loading branch information
ShreckYe committed Dec 4, 2024
1 parent 2924b8e commit 72dc9cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ val alignedPluginVersion = "0.9.0-SNAPSHOT"
val commonGradleDependenciesVersion = "0.9.0-20241203-SNAPSHOT"

// This is the source dependency version. There is another build source dependency in "buildSrc/build.gradle.kts".
// TODO bump this when it's released
val pluginProjectSourceDependentStableCommonGradleDependenciesVersion = "0.8.0-20241016".apply {
val pluginProjectSourceDependentStableCommonGradleDependenciesVersion = "0.9.0-20241203".apply {
require(!endsWith("SNAPSHOT")) // comment this out when debugging and testing snapshots
}

0 comments on commit 72dc9cf

Please sign in to comment.