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)
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 lintReleaseExpected Result
App lints successfully
Actual Result
I get the following error