Skip to content

Sentry 6.7.0 causes StackOverflow when linting OSS Licences Plugin #2364

@barry-irvine

Description

@barry-irvine

Integration

sentry-android

Build System

Gradle

AGP Version

7.3.1

Proguard

Enabled

Version

6.7.0

Steps to Reproduce

The project build.gradle has the following dependency

classpath "com.google.android.gms:oss-licenses-plugin:0.10.5"

The app module build.gradle has the following plugin enabled:

id 'com.google.android.gms.oss-licenses-plugin'

and adds the following implementation:

implementation "com.google.android.gms:play-services-oss-licenses:17.0.0"

I then run

./gradlew lintRelease

Expected Result

App lints successfully

Actual Result

I get the following error

Execution failed for task ':app:releaseOssLicensesTask'.
> java.lang.StackOverflowError (no error message)

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugIssue type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions