You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-tools
Andy Wilkinson bcd4c8eee2 Produce a single library for multiple file dependencies on the same file
Previously, the Gradle plugin’s ProjectLibraries produced a new library
for every file dependency, even if the dependencies where on the same
file. This would lead to a repackaging failure due to multiple
libraries having the same name.

This commit updates ProjectLibraries to treat file dependencies on the
same file as a single library, thereby resolving the name clash.

Fixes gh-1646
10 years ago
..
spring-boot-dependency-tools Next development version 10 years ago
spring-boot-gradle-plugin Produce a single library for multiple file dependencies on the same file 10 years ago
spring-boot-loader Improve error message when JarFile encounters a compressed nested jar 10 years ago
spring-boot-loader-tools Next development version 10 years ago
spring-boot-maven-plugin Next development version 10 years ago
pom.xml Next development version 10 years ago