vide
11/10/2023, 10:51 AMDependency verification failed for configuration 'classpath':
- On artifact stax-api-1.0-2.pom (javax.xml.stream:stax-api:1.0-2) multiple problems reported:
- in repository 'Gradle Central Plugin Repository': artifact is not signed
- in repository 'Gradle Central Plugin Repository': expected a 'sha256' checksum of '2864f19da84fd52763d75a197a71779b2decbccaac3eb4e4760ffc884c5af4a2' but was '47f02f02090fe4760c88c4570277f33586ea11500a014b35fc7855a2f0973e6d'
This can indicate that a dependency has been compromised. Please carefully verify the checksums.
stax-api-1.0-2.pom
file is downloaded from the gradle plugin repository instead of maven, which looks like the one that the metadata verification expects... I don't get the error when running tests from the command line with ./gradlew
../studiow compose
shikasd
11/10/2023, 12:09 PMvide
11/10/2023, 1:20 PMshikasd
11/10/2023, 1:23 PMvide
11/10/2023, 1:27 PMshikasd
11/10/2023, 1:28 PMrepo sync
, it might be something temporary./studiow
should be in offline mode by default and it should never download dependencies, so something is definitely wrongvide
11/10/2023, 1:30 PMrepo sync
again to see if there's any changesshikasd
11/10/2023, 1:31 PMvide
11/10/2023, 1:34 PM./studiow compose
filters to show compose-related subprojects by default, but I think it just opens the support
project. I haven't opened them manuallyshikasd
11/10/2023, 1:43 PMvide
11/10/2023, 1:46 PMrepo rebase
and opened AS again and it actually seems to work now!shikasd
11/10/2023, 1:51 PM