Skip to content

Commit

Permalink
Revert `pluginProjectSourceDependentStableCommonGradleDependenciesVer…
Browse files Browse the repository at this point in the history
…sion` to the released stable version temporarily so the build can resolve in CI
  • Loading branch information
ShreckYe committed Dec 4, 2024
1 parent 55229b1 commit 2924b8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ 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".
val pluginProjectSourceDependentStableCommonGradleDependenciesVersion = "0.9.0-20241203-SNAPSHOT".apply {
//require(!endsWith("SNAPSHOT")) // TODO comment this out when debugging and testing snapshots
// TODO bump this when it's released
val pluginProjectSourceDependentStableCommonGradleDependenciesVersion = "0.8.0-20241016".apply {
require(!endsWith("SNAPSHOT")) // 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() // TODO comment out when not needed
//mavenLocal() // comment out when not needed
gradlePluginPortal()
}

Expand Down

0 comments on commit 2924b8e

Please sign in to comment.