Paul Wyszynski
Paul Wyszynski
ok thanks. Maybe you have an idea about my next issue :) When I try to run the licenseReport task. I'm getting this error message: ``` * What went wrong:...
Hi, ok I've attached the report. I've run it with ./gradlew clean licenseReleaseReport --stacktrace [licenseReleaseReport.txt](https://github.com/jaredsburrows/gradle-license-plugin/files/9148048/licenseReleaseReport.txt)
Root build file: ``` // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() mavenCentral() maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } maven...
Hi @jaredsburrows, can the build files help you? I could upload the whole project as well.
Yes, we had to remove huawei hms dependency as a workaround.
Hi! Huawei publisher plugin version: 1.4.0 (latest) AGP: 8.1.4 Gradle: 8.2.1 Maybe this is Proguard obfuscation related, I will try debug build
Yeah it's reproducible. Ok now I have tried the latest version 1.4.2 and debug build. It still throws me this error. My config is: ``` huaweiPublish { instances { releaseHuawei...
Hi, I took 2 weeks off from work 😄 So actually I've changed the classpath to: `classpath "ru.cian:huawei-publish-gradle-plugin:1.4.3-SNAPSHOT"` and added the sonatype repo: ``` // Top-level build file where you...
@cosic can you help?
Same problem for merge commits. What's best practice here?