We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
kotlinx.benchmark
gradle/verification-metadata.xml
cd collection && ./gradlew collection:collection-benchmark-kmp:assembleBenchmarks
The text was updated successfully, but these errors were encountered:
Merge pull request Kotlin#115 from sureshg/dependabot/maven/org.apach…
3d9d7f9
…e.maven.plugins-maven-release-plugin-3.0.0 build(deps): bump maven-release-plugin from 3.0.0-M7 to 3.0.0
Any updates here? The main work here seems to be upgrading to a newer version of Gradle plugin publish plugin (1.0 or newer) https://plugins.gradle.org/plugin/com.gradle.plugin-publish
Sorry, something went wrong.
Update publish-plugin to published signed plugin artifacts
49fc804
Closes #115
fzhinkin
Successfully merging a pull request may close this issue.
In AndroidX we are needing to add exceptions for dependency verification for kotlinx-benchmark artifacts.
Repro:
git clone [email protected]:androidx/androidx.git
kotlinx.benchmark
entries ingradle/verification-metadata.xml
cd collection && ./gradlew collection:collection-benchmark-kmp:assembleBenchmarks
The text was updated successfully, but these errors were encountered: