Skip to content

Commit

Permalink
Bump `pluginProjectSourceDependentStableCommonGradleDependenciesVersi…
Browse files Browse the repository at this point in the history
…on` to the release version
  • Loading branch information
ShreckYe committed Oct 18, 2024
1 parent b89806f commit 8905e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ val alignedPluginVersion = "0.6.0-SNAPSHOT"
val commonGradleDependenciesVersion = "0.8.0-20241016-SNAPSHOT"

// This is the source dependency version. There is another build source dependency in "buildSrc/build.gradle.kts".
val pluginProjectSourceDependentStableCommonGradleDependenciesVersion = "0.8.0-20241016-SNAPSHOT".apply {
//require(!endsWith("SNAPSHOT")) // TODO
val pluginProjectSourceDependentStableCommonGradleDependenciesVersion = "0.8.0-20241016".apply {
require(!endsWith("SNAPSHOT"))
}

0 comments on commit 8905e7f

Please sign in to comment.