Skip to content

Commit

Permalink
Make the project versions explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Dec 2, 2024
1 parent 839b6b8 commit 9b54ad2
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 @@ -13,11 +13,11 @@ object DependencyVersions {
val binaryCompatibilityValidator = "0.16.3"
}

val alignedPluginVersion = "0.7.1-SNAPSHOT"
val alignedPluginVersion = "0.7.1-kotlin-2.1.0-SNAPSHOT"

// "x.y.z" indicates the version of the way of organizing the code,
// and the date indicates the version when the dependency versions are updated.
val commonGradleDependenciesVersion = "0.8.0-20241201-SNAPSHOT"
val commonGradleDependenciesVersion = "0.8.0-20241201-kotlin-2.1.0-SNAPSHOT"

// This is the source dependency version. There is another build source dependency in "buildSrc/build.gradle.kts".
val pluginProjectSourceDependentStableCommonGradleDependenciesVersion = "0.8.0-20241016".apply {
Expand Down

0 comments on commit 9b54ad2

Please sign in to comment.