dependency-analysis-gradle-plugin icon indicating copy to clipboard operation
dependency-analysis-gradle-plugin copied to clipboard

test: Android theme containing a period

Open SimonMarquis opened this issue 1 year ago • 0 comments

This is a reproducer for #1038.

The consumer generates AttrRef(type = "style", id = "AppTheme.Foo"). The producer generates AttrRef(type = "attr", id = "AppTheme_Foo").

https://github.com/autonomousapps/dependency-analysis-gradle-plugin/actions/runs/8265204574/job/22610349535?pr=1146#step:8:393

ResSpec > detects theme set in manifest (#gradleVersion AGP #agpVersion) > detects theme set in manifest (Gradle 8.6 AGP 8.4.0-alpha01) FAILED
    org.spockframework.runtime.ConditionFailedWithExceptionError at ResSpec.groovy:131
        Caused by: com.google.common.truth.AssertionErrorWithFacts at ResSpec.groovy:131

SimonMarquis avatar Mar 13 '24 13:03 SimonMarquis