Skip to content

Commit

Permalink
Verification metadata 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ionspin committed Jul 14, 2024
1 parent ca08c23 commit 3123f84
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ buildscript {
exclusiveContent {
forRepository { mavenCentral() }
filter {

includeGroup("com.google.guava")
includeGroup("com.google.j2objc")
includeGroup("org.jetbrains.dokka")
}
}
}
Expand Down
5 changes: 4 additions & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ plugins {
}

repositories {
gradlePluginPortal()
exclusiveContent {
forRepository { mavenCentral() }
filter {

includeGroup("com.google.guava")
includeGroup("com.google.j2objc")
includeGroup("org.jetbrains.dokka")
}
}
}
4 changes: 3 additions & 1 deletion gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@
<component group="org.jetbrains.kotlin.multiplatform" name="org.jetbrains.kotlin.multiplatform.gradle.plugin" version="2.0.0">
<artifact name="org.jetbrains.kotlin.multiplatform.gradle.plugin-2.0.0.pom">
<pgp value="6f538074ccebf35f28af9b066a0975f8b1127b83"/>
<sha256 value="bc388ac28dee617ca47c4b1c461097489f4ceea8210bb66b255507e6198004c4" origin="Generated by Gradle because artifact wasn't signed"/>
<sha256 value="bc388ac28dee617ca47c4b1c461097489f4ceea8210bb66b255507e6198004c4" origin="Generated by Gradle because artifact wasn't signed">
<also-trust value="a1b43f4b9a19a78e9056914748864d0ced4c23f6c3306c24e2356aa4fc826ada" />
</sha256>
</artifact>
</component>
<component group="org.jetbrains.kotlin.plugin.serialization" name="org.jetbrains.kotlin.plugin.serialization.gradle.plugin" version="2.0.0">
Expand Down

0 comments on commit 3123f84

Please sign in to comment.