spring-framework/gradle
YuDongYing 4e5ae54417 Fix schemaZip Gradle task on MS Windows
Prior to this commit, the schemaZip Gradle task failed to find Spring
schema files on MS Windows due to path separators hard coded to forward
slashes that are not compatible with the Windows operating system.

Consequently, a full build failed on Windows since the distZip task was
not able to locate the zipped schema archive that the schemaZip task
failed to create.

This commit fixes this by updating the schemaZip task to search for
schema files using backslashes as well as forward slashes.

Closes gh-23933
2019-11-13 14:49:25 +01:00
..
wrapper Upgrade to Gradle 5.6.4 2019-11-03 15:04:58 +01:00
build-cache-settings.gradle Add opt-in support for remote build cache and pushing to it from CI 2019-10-29 12:46:33 +01:00
build-scan-user-data.gradle Capture maxParallelForks of Test tasks in build scans 2019-09-24 18:25:24 +02:00
docs.gradle Fix schemaZip Gradle task on MS Windows 2019-11-13 14:49:25 +01:00
ide.gradle Replace propdeps plugin with custom plugin 2019-08-13 18:19:37 +02:00
publications.gradle Fix missing project information in generated POMS 2019-09-30 10:22:44 +02:00
spring-module.gradle Stop Created-By manifest header from causing a test task cache miss 2019-10-25 13:52:48 +02:00