mdietrichstein / gradle-offline-dependencies-plugin

Store project dependencies alongside your code for reproducible offline builds
Apache License 2.0
85 stars 27 forks source link

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

Open mercer opened 6 years ago

mercer commented 6 years ago

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:

zhy1 commented 1 year ago
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.