autonomousapps / dependency-analysis-gradle-plugin

Gradle plugin for JVM projects written in Java, Kotlin, Groovy, or Scala; and Android projects written in Java or Kotlin. Provides advice for managing dependencies and other applied plugins
Apache License 2.0
1.66k stars 116 forks source link

test: test validating that Issue-1172 is a non-issue. #1181

Open autonomousapps opened 2 months ago

autonomousapps commented 2 months ago

Failing test demonstrating https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/1172

github-actions[bot] commented 2 months ago

❌ Test workflow failed:

* Non-functional tests     : https://gradle.com/s/glwc2ea3nckve
* TestKit check            : https://gradle.com/s/2jyibjhxpny5y
* JVM functional tests     : https://gradle.com/s/vaey5bozbj3zu
* Android functional tests : 
* Root buildHealth         : 
* TestKit buildHealth      : 
autonomousapps commented 2 months ago

Might be able to make use of https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html#isSynthetic-- to filter out the synthetic access properties for purposes of ABI analysis.