Make Sentry Extension Public for Kotlin DSL Compatibility #274
test-plugin.yml
on: pull_request
localPluginTest
2m 51s
publishingConsumingPluginTest
1m 59s
Annotations
2 errors
SentryProguardGradlePluginPublishingTest.consuming of plugin marker publication via mavenLocal works():
src/test/kotlin/com/ioki/sentry/proguard/gradle/plugin/SentryProguardGradlePluginPublishingTest.kt#L56
org.gradle.testkit.runner.UnexpectedBuildFailure: Unexpected build execution failure in /tmp/junit10237485602188395020 with arguments [assembleRelease, -PIOKI_SENTRY_NO_UPLOAD=true]
Output:
FAILURE: Build failed with an exception.
* Where:
Build file '/tmp/junit10237485602188395020/build.gradle.kts' line: 1
* What went wrong:
Plugin [id: 'com.ioki.sentry.proguard'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (No included builds contain this plugin)
- Plugin Repositories (plugin dependency must include a version number for this source)
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 21s
|
publishingConsumingPluginTest
Process completed with exit code 1.
|