Skip to content

Commit

Permalink
Bump pluginProjectSourceDependentStableCommonGradleDependenciesVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Dec 4, 2024
1 parent a5328b8 commit 528f7b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ object DependencyVersions {
val binaryCompatibilityValidator = "0.16.3"
}

val alignedPluginVersion = "0.8.0-SNAPSHOT"
val alignedPluginVersion = "0.9.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.9.0-20241203-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 {
require(!endsWith("SNAPSHOT"))
val pluginProjectSourceDependentStableCommonGradleDependenciesVersion = "0.9.0-20241203-SNAPSHOT".apply {
//require(!endsWith("SNAPSHOT")) // TODO comment this out when debugging and testing snapshots
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

repositories {
//mavenLocal() // comment out when not needed
mavenLocal() // TODO comment out when not needed
gradlePluginPortal()
}

Expand Down

0 comments on commit 528f7b1

Please sign in to comment.