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

Add support for io.spring.dependency-management #8

Open
mercer opened this issue Feb 19, 2018 · 1 comment
Open

Add support for io.spring.dependency-management #8

mercer opened this issue Feb 19, 2018 · 1 comment

Comments

@mercer
Copy link

mercer commented Feb 19, 2018

When i use io.spring.dependency-management plugin to manage my dependencies, updateOfflineRepository will fail to resolve dependency versions, or spring-platform.

Steps to reproduce:

  • apply plugin: 'io.spring.dependency-management'
  • add mavenBom 'io.spring.platform:platform-bom:Brussels-SR6' to imports in dependencyManagement
@zhy1
Copy link

zhy1 commented Jan 30, 2023

Plugin 'org.springframework.boot': registration of listener on 'Gradle.buildFinished' is unsupported

OR

> Could not resolve all dependencies for configuration ':detachedConfiguration1'.
   > Could not find org.springframework.boot:spring-boot-dependencies:2.3.9.RELEASE.
     Searched in the following locations:
       - file:/root/.m2/repository/org/springframework/boot/spring-boot-dependencies/2.3.9.RELEASE/spring-boot-dependencies-2.3.9.RELEASE.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :
* Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output. Run with --scan to get full insights.

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