Skip to content

Commit

Permalink
Apply guides hotfix plugin
Browse files Browse the repository at this point in the history
To ignore scans.gradle.com in check link tasks. They're failing a lot.
  • Loading branch information
blindpirate authored and jjohannes committed May 14, 2021
1 parent fd08abe commit 1ef1b26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/build-platform/build.gradle.kts
Expand Up @@ -17,7 +17,7 @@ dependencies {
api("com.gradle:gradle-enterprise-gradle-plugin:3.6")
// Keep version with `settings.gradle.kts` in sync
api("com.gradle.enterprise:test-distribution-gradle-plugin:2.1-milestone-1")
api("org.gradle.guides:gradle-guides-plugin:0.18.0")
api("org.gradle.guides:gradle-guides-plugin:0.18.1-hotfix")
api("com.gradle.publish:plugin-publish-plugin:0.14.0")
api("gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.0")
api("me.champeau.gradle:japicmp-gradle-plugin:0.2.9")
Expand Down
5 changes: 5 additions & 0 deletions gradle/verification-metadata.xml
Expand Up @@ -2325,6 +2325,11 @@
<sha256 value="6b037270feec79e6b3e00528509490c612a0ef6b087683d1db9253a076d4f97f" origin="Generated by Gradle because artifact wasn't signed"/>
</artifact>
</component>
<component group="org.gradle.guides" name="gradle-guides-plugin" version="0.18.1-hotfix">
<artifact name="gradle-guides-plugin-0.18.1-hotfix.jar">
<sha256 value="7c1f33737fd55c851af7006782fd88d1c39d5eb3a655fba899e11995fff948f4" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.gradle.kotlin" name="gradle-kotlin-dsl-conventions" version="0.4.1">
<artifact name="gradle-kotlin-dsl-conventions-0.4.1.jar">
<sha256 value="34ab4b4b2155c54a53dfffdf60316ce2169aae929fb1f0bac649e16780fb2901" origin="Generated by Gradle because artifact wasn't signed"/>
Expand Down

0 comments on commit 1ef1b26

Please sign in to comment.