Hi manas, You can safely ignore those warnings. In the Groovy build we have turned on an additional security hardening feature of Gradle called dependency verification:
https://docs.gradle.org/current/userguide/dependency_verification.html It's a powerful feature but requires metadata about valid dependencies to be always kept in sync with reality. Currently, we don't fail the build when violations are detected. It means that either key servers aren't available right now (they are known for being temperamental) or our metadata has drifted out of sync. Not all of the tooling we use (like dependabot) knows about dependency verification. Even Gradle's own bootstrap mechanism seems to occasionally get that info wrong. So we do sometimes slip out of sync and then we rectify. I believe all the info is in sync right now (you might need to refresh master). Current status: https://ge.apache.org/s/2k6hic6wxjsrg Cheers, Paul. On Sat, Aug 26, 2023 at 3:23 PM Manas Marthi <manas.mar...@outlook.com> wrote: > > > > hi > > are there any specific steps to setup groovy workspace in intellij? I am > getting below weird errors. Never faced this issue. Any thoughts? > > I am trying to setup master branch using JDK21 preview build. This is on home > laptop. So no proxy issues in connecting to maven or any other repo.. > > > configuration ':build-logic:compileClasspath' 5 errors > MODULE ARTIFACT PROBLEM(S) > org.jfrog.buildinfo:build-info-api:2.39.8 > build-info-api-2.39.8.jar (.asc) > > Key 2ee4988c55528f25 (not found) couldn't be found in any key server so > verification couldn't be performed > > org.jfrog.buildinfo:build-info-client:2.39.8 > build-info-client-2.39.8.jar (.asc) > > Key 2ee4988c55528f25 (not found) couldn't be found in any key server so > verification couldn't be performed > > org.jfrog.buildinfo:build-info-extractor:2.39.8 > build-info-extractor-2.39.8.jar (.asc) > > Key 2ee4988c55528f25 (not found) couldn't be found in any key server so > verification couldn't be performed > > org.jfrog.buildinfo:build-info-extractor-gradle:5.1.0 > build-info-extractor-gradle-5.1.0.jar (.asc) > > Key 2ee4988c55528f25 (not found) couldn't be found in any key server so > verification couldn't be performed > > org.jfrog.filespecs:file-specs-java:1.1.2 > file-specs-java-1.1.2.jar (.asc) > > Key 2ee4988c55528f25 (not found) couldn't be found in any key server so > verification couldn't be performed > > > thanks > manas >