Matthew Zavislak

Results 16 comments of Matthew Zavislak

@rjbrock try rebasing?

There is some sort of other strangeness going on - when I tried to replicate the problem directly in a test case in this project I was unable to do...

I added a test case in a gist above. (I don't know if you got notified when i edited that comment or not)

Note that if targeting 12+, you have to specify `android:exported` or you will experience a build failure: ``` android:exported needs to be explicitly specified for element . Apps targeting Android...

For anyone wondering it looks like the recent CVE from this week does not affect 4.26.x thankfully so folks can stay on that until this issue is fixed. https://www.cve.org/CVERecord?id=CVE-2024-7254 Update...

@lehcar09 @daymxn Our team has been investigating this more and I believe 4.26.x cannot be used due to [CVE-2024-7254](https://www.cve.org/CVERecord?id=CVE-2024-7254) and the fact that 4.26.x appears to have been unsupported at...

``` Caused by: java.util.ConcurrentModificationException at org.gradle.api.internal.collections.SortedSetElementSource.realizePending(SortedSetElementSource.java:130) at org.gradle.api.internal.collections.FilteredElementSource.iterator(FilteredElementSource.java:157) at org.gradle.api.internal.collections.FilteredElementSource.size(FilteredElementSource.java:170) at org.gradle.api.internal.DefaultDomainObjectCollection.size(DefaultDomainObjectCollection.java:408) at com.github.benmanes.gradle.versions.updates.DependencyUpdatesKt.toLinkedHashSet(DependencyUpdates.kt:171) at com.github.benmanes.gradle.versions.updates.DependencyUpdatesKt.access$toLinkedHashSet(DependencyUpdates.kt:1) at com.github.benmanes.gradle.versions.updates.DependencyUpdates.run(DependencyUpdates.kt:42) at com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask.dependencyUpdates(DependencyUpdatesTask.kt:138) ``` full: ``` FAILURE: Build failed with an exception. *...

Still present with Kotlin 2.1.0 / Gradle 8.11.1. Won't be able to do a scan with the main project I'm using. I'm surprised nobody else is running into this?