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/spring-boot-gradle-plugin
Andy Wilkinson a6d24a3bfc Allow bootWar to package webapp resources in dirs that overlap loader
Previously, the presence of a src/main/webapp/org directory would
cause the execution of BootWar to fail due to an attempt to write
a duplicate org/ entry to the zip output stream.

This commit updates BootZipCopyAction so that FileTreeElements that
match a directory entry created while writing the loader classes are
skipped.

Closes gh-8972
8 years ago
..
gradle/wrapper Use Gradle, executed by Maven, to build the Gradle plugin 8 years ago
src Allow bootWar to package webapp resources in dirs that overlap loader 8 years ago
build.gradle Make Maven Central available to Gradle plugin's build 8 years ago
gradle.properties Use Gradle, executed by Maven, to build the Gradle plugin 8 years ago
gradlew Use Gradle, executed by Maven, to build the Gradle plugin 8 years ago
gradlew.bat Use Gradle, executed by Maven, to build the Gradle plugin 8 years ago
pom.xml Fix windows build of the Gradle plugin 8 years ago