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
2017-04-21 21:02:15 +01:00
..
gradle/wrapper Use Gradle, executed by Maven, to build the Gradle plugin 2017-04-04 15:33:27 +01:00
src Allow bootWar to package webapp resources in dirs that overlap loader 2017-04-21 21:02:15 +01:00
build.gradle Make Maven Central available to Gradle plugin's build 2017-04-04 16:47:05 +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 Fix windows build of the Gradle plugin 2017-04-17 15:01:03 +02:00