Skip to content

Commit

Permalink
Bump our common-gradle-dependencies to v0.9.0-20241203 and our Gradle…
Browse files Browse the repository at this point in the history
… plugins to v0.9.0
  • Loading branch information
ShreckYe committed Dec 4, 2024
1 parent bf515c8 commit 08298ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

dependencies {
implementation(kotlin("gradle-plugin", "2.1.0"))
implementation("com.huanshankeji:common-gradle-dependencies:0.9.0-20241203-SNAPSHOT") // TODO don't use a snapshot version in a main branch
implementation("com.huanshankeji.team:gradle-plugins:0.9.0-SNAPSHOT") // TODO don't use a snapshot version in a main branch
implementation("com.huanshankeji:common-gradle-dependencies:0.9.0-20241203") // don't use a snapshot version in a main branch
implementation("com.huanshankeji.team:gradle-plugins:0.9.0") // don't use a snapshot version in a main branch
implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.0.0-Beta")
}

0 comments on commit 08298ed

Please sign in to comment.