-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In AndroidX we are needing to add exceptions for dependency verification for kotlinx-benchmark artifacts.
These files failed verification:
- GRADLE_USER_HOME/caches/modules-2/files-2.1/org.jetbrains.kotlinx.benchmark/org.jetbrains.kotlinx.benchmark.gradle.plugin/0.4.8/24d8d69982d768bcfa9c2f4c8aed7fdcec2ae5c3/org.jetbrains.kotlinx.benchmark.gradle.plugin-0.4.8.pom
- GRADLE_USER_HOME/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-benchmark-plugin/0.4.8/452ca78e63a94ede9eb8b9dcfcc6c693708a1b22/kotlinx-benchmark-plugin-0.4.8.jar
- GRADLE_USER_HOME/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-benchmark-plugin/0.4.8/dd0525949f4c23c9468860892d7ed4625a4834b4/kotlinx-benchmark-plugin-0.4.8.module
Repro:
git clone [email protected]:androidx/androidx.git
- Manually remove
kotlinx.benchmark
entries ingradle/verification-metadata.xml
cd collection && ./gradlew collection:collection-benchmark-kmp:assembleBenchmarks
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request