Daniel Svensson
07/05/2024, 3:30 PMDaniel Svensson
07/05/2024, 3:31 PMmaven("<https://plugins.gradle.org/m2/>") {
metadataSources {
mavenPom()
ignoreGradleMetadataRedirection()
}
}Daniel Svensson
07/05/2024, 3:32 PMpluginManagement {
repositories {
mavenCentral()
maven("<https://plugins.gradle.org/m2/>") {
metadataSources {
mavenPom()
ignoreGradleMetadataRedirection()
}
}
}
}Daniel Svensson
07/05/2024, 3:33 PMError resolving plugin [id: 'org.flywaydb.flyway', version: '10.15.2']
> Dependency verification failed for configuration 'detachedConfiguration1':
- On artifact org.flywaydb.flyway.gradle.plugin-10.15.2.pom (org.flywaydb.flyway:org.flywaydb.flyway.gradle.plugin:10.15.2) in repository 'maven': checksum is missing from verification metadata.Daniel Svensson
07/05/2024, 3:35 PMmaven part there in the output seems to hint that it comes from the right place, as when I had maven("<https://repo1.maven.org/maven2/>") in there that output said maven2 yet no .asc downloaded as with other stuff in ~/.gradle/cacheDaniel Svensson
07/05/2024, 3:39 PMcaches/modules-2/files-2.1/com.diffplug.spotless/spotless-plugin-gradle/6.25.0/cb611567da4a72dbea2ba4af138ea3de50b57dac:
.rw-r--r--@ 650 daniel 5 Jul 17:23 spotless-plugin-gradle-6.25.0.module.asc
caches/modules-2/files-2.1/com.diffplug.spotless/spotless-plugin-gradle/6.25.0/ebd0cefde974032b71b9a16b7adfb41b582fe1da:
.rw-r--r--@ 650 daniel 5 Jul 17:23 spotless-plugin-gradle-6.25.0.jar.asc
So seems like it can fetch signatures for plugins, but for some reason doesn't in this case.Vampire
07/05/2024, 3:49 PMDaniel Svensson
07/05/2024, 3:49 PMDaniel Svensson
07/05/2024, 3:50 PMfind . -name '*flyway*'
./caches/modules-2/metadata-2.106/descriptors/org.flywaydb.flyway
./caches/modules-2/metadata-2.106/descriptors/org.flywaydb.flyway/org.flywaydb.flyway.gradle.plugin
./caches/modules-2/files-2.1/org.flywaydb.flyway
./caches/modules-2/files-2.1/org.flywaydb.flyway/org.flywaydb.flyway.gradle.plugin
./caches/modules-2/files-2.1/org.flywaydb.flyway/org.flywaydb.flyway.gradle.plugin/10.15.2/802dfee3aef6ec86ec0b6430ff176f194c85356f/org.flywaydb.flyway.gradle.plugin-10.15.2.pomDaniel Svensson
07/05/2024, 3:50 PMfind . -name '*spotless*gradle*'
./caches/modules-2/metadata-2.106/descriptors/com.diffplug.spotless/spotless-plugin-gradle
./caches/modules-2/files-2.1/com.diffplug.spotless/spotless-plugin-gradle
./caches/modules-2/files-2.1/com.diffplug.spotless/spotless-plugin-gradle/6.25.0/b3ecf46486431f7c640c36473eec47d4b5f84948/spotless-plugin-gradle-6.25.0.module
./caches/modules-2/files-2.1/com.diffplug.spotless/spotless-plugin-gradle/6.25.0/cb611567da4a72dbea2ba4af138ea3de50b57dac/spotless-plugin-gradle-6.25.0.module.asc
./caches/modules-2/files-2.1/com.diffplug.spotless/spotless-plugin-gradle/6.25.0/fa0a659760fac2bb6ed257da917fe06658f195a4/spotless-plugin-gradle-6.25.0.pom
./caches/modules-2/files-2.1/com.diffplug.spotless/spotless-plugin-gradle/6.25.0/837bfb4f743a2994c2b8d19872b4bd02fc2fe2b4/spotless-plugin-gradle-6.25.0.jar
./caches/modules-2/files-2.1/com.diffplug.spotless/spotless-plugin-gradle/6.25.0/ebd0cefde974032b71b9a16b7adfb41b582fe1da/spotless-plugin-gradle-6.25.0.jar.asc
./caches/transforms-4/b8eb501f0f9d424875c19b06a6eeebe9/transformed/spotless-plugin-gradle-6_25_0_jar-snapshot.bin
./caches/transforms-4/3a65d5973876a59e14f345c45a274a2b/transformed/instrumented/instrumented-spotless-plugin-gradle-6.25.0.jarVampire
07/05/2024, 3:51 PMDaniel Svensson
07/05/2024, 3:51 PMVampire
07/05/2024, 3:52 PMVampire
07/05/2024, 3:53 PMDaniel Svensson
07/05/2024, 3:54 PMDaniel Svensson
07/05/2024, 3:55 PMDaniel Svensson
07/05/2024, 3:56 PMDaniel Svensson
07/05/2024, 3:57 PMDaniel Svensson
07/05/2024, 3:58 PM> Dependency verification failed for configuration ':detachedConfiguration1':
- On artifact java-dogstatsd-client-4.4.2.pom (com.datadoghq:java-dogstatsd-client:4.4.2) in repository 'MavenRepo': Artifact was signed with key '090D938D2819E5CD' but it wasn't found in any key server so it couldn't be verifiedDaniel Svensson
07/05/2024, 4:00 PMDaniel Svensson
07/05/2024, 4:03 PMDaniel Svensson
07/05/2024, 4:11 PMVampire
07/05/2024, 4:12 PMDaniel Svensson
07/05/2024, 4:13 PMDaniel Svensson
07/05/2024, 4:15 PM