Skip to content

Commit

Permalink
Add common-custom-user-data-gradle-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
leveretka committed Dec 13, 2024
1 parent e341e93 commit 3db9448
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,11 @@
<sha256 value="4c0fda2b1d317750d7ea324e36c70b2bc48310c0aaae67b98df0915d696d7111" origin="Verified"/>
</artifact>
</component>
<component group="com.gradle" name="common-custom-user-data-gradle-plugin" version="2.0.2">
<artifact name="common-custom-user-data-gradle-plugin-2.0.2.jar">
<sha256 value="1eefa516932eb306189fe0534db0bc06e423705f33ff664650efd58d50ea1f21" origin="Verified"/>
</artifact>
</component>
<component group="com.gradle" name="develocity-gradle-plugin" version="3.18.2">
<artifact name="develocity-gradle-plugin-3.18.2.jar">
<sha256 value="1cdc2770a1d01d99185a81a25b08bb749a0bc78aed6b3358e268060242e5719a" origin="Verified"/>
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ dependencyResolutionManagement {

plugins {
id("com.gradle.develocity") version("3.18.2")
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.2"
}

val isCI: Boolean = System.getenv("CI") != null
Expand Down

0 comments on commit 3db9448

Please sign in to comment.