spring-boot/spring-boot-tools/spring-boot-gradle-plugin
Andy Wilkinson 975c005dfb Determine Spring Boot version for bom import correctly when using Java 9
In Java 9, a package may return null for its implementation version
even when the manifest attribute specifying the version is present
in the jar from which the package was loaded.

This commit updates DependencyManagementPluginAction to fall back to
accessing the jar and its manifest attributes directly when the
implementation version of its package is null.

Closes gh-10049
2017-09-19 20:46:48 +01:00
..
gradle/wrapper Raise the minimum version of Gradle to 4.0 2017-07-28 14:35:33 +01:00
src Determine Spring Boot version for bom import correctly when using Java 9 2017-09-19 20:46:48 +01:00
build.gradle Raise the minimum version of Gradle to 4.0 2017-07-28 14:35:33 +01:00
gradle.properties Use Gradle, executed by Maven, to build the Gradle plugin 2017-04-04 15:33:27 +01:00
gradlew Use Gradle, executed by Maven, to build the Gradle plugin 2017-04-04 15:33:27 +01:00
gradlew.bat Use Gradle, executed by Maven, to build the Gradle plugin 2017-04-04 15:33:27 +01:00
pom.xml Ensure that fat jars and wars do not corrupt UTF-8 entry names 2017-06-22 11:45:10 -07:00