Skip to content

Commit

Permalink
Use and debug "com.huanshankeji.team:gradle-plugins:0.6.1-SNAPSHOT"
Browse files Browse the repository at this point in the history
The corresponding commit: huanshankeji/gradle-common@adc4c68
  • Loading branch information
ShreckYe committed Oct 20, 2024
1 parent 18c977e commit 574564b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dependencies {
// With Kotlin 2.0.20, a "Could not parse POM" build error occurs in the JVM projects of some dependent projects.
implementation(kotlin("gradle-plugin", "2.0.10"))
implementation("com.huanshankeji:common-gradle-dependencies:0.8.0-20241016") // don't use a snapshot version in a main branch
implementation("com.huanshankeji.team:gradle-plugins:0.6.0") // don't use a snapshot version in a main branch
implementation("com.huanshankeji.team:gradle-plugins:0.6.1-SNAPSHOT") // don't use a snapshot version in a main branch
}

0 comments on commit 574564b

Please sign in to comment.