Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.0.0-M1 Set missing versions for dependencies during pom generation #13991

Open
codeconsole opened this issue Jan 30, 2025 · 0 comments
Open
Assignees

Comments

@codeconsole
Copy link
Contributor

codeconsole commented Jan 30, 2025

Unexpected Behavior

We need gradle configured to publish current bom versions for transitive dependencies based on what they are in the bom.

Execution failed for task ':compileGroovy'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find org.slf4j:slf4j-api:.
     Required by:
         root project : > org.grails:grails-bootstrap:7.0.0-SNAPSHOT:20250128.161629-214
         root project : > org.grails:grails-shell:7.0.0-SNAPSHOT:20250128.161629-202
         root project : > org.grails:grails-gradle-model:7.0.0-SNAPSHOT:20250128.161629-214
   > Could not find org.slf4j:jcl-over-slf4j:.
     Required by:
         root project : > org.grails:grails-bootstrap:7.0.0-SNAPSHOT:20250128.161629-214
         root project : > org.grails:grails-shell:7.0.0-SNAPSHOT:20250128.161629-202
         root project : > org.grails:grails-gradle-model:7.0.0-SNAPSHOT:20250128.161629-214
   > Could not find org.yaml:snakeyaml:.
     Required by:
         root project : > org.grails:grails-bootstrap:7.0.0-SNAPSHOT:20250128.161629-214
   > Could not find org.apache.ant:ant:.
     Required by:
         root project : > org.grails:grails-shell:7.0.0-SNAPSHOT:20250128.161629-202
   > Could not find org.fusesource.jansi:jansi:.
     Required by:
         root project : > org.grails:grails-shell:7.0.0-SNAPSHOT:20250128.161629-202
   > Could not find jline:jline:.
     Required by:
         root project : > org.grails:grails-shell:7.0.0-SNAPSHOT:20250128.161629-202
   > Could not find org.springframework.boot:spring-boot-cli:.
     Required by:
         root project : > org.grails:grails-shell:7.0.0-SNAPSHOT:20250128.161629-202

Version

7.0.0-M1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants