Skip to content

Commit

Permalink
Fix build due to broken dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chkpnt committed Mar 16, 2023
1 parent f783f38 commit 8f2a40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31") // should match Kotlin version bundled with Gradle
implementation("com.gradle.publish:plugin-publish-plugin:0.19.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.1.2")
implementation("org.ajoberstar:gradle-git-publish:3.0.0")
implementation("org.ajoberstar.git-publish:gradle-git-publish:3.0.1")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.6.10")
implementation("com.hello2morrow:sonargraph-gradle-plugin:8.8.0")
implementation("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.3")
Expand Down

0 comments on commit 8f2a40b

Please sign in to comment.