spring-framework/gradle
YuDongYing 2132eec410 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 15:10:10 +01:00
..
jdiff URL Cleanup 2019-03-27 18:34:02 +01:00
wrapper Upgrade to Gradle 4.4.1 (and Netty 4.1.19) 2017-12-20 18:10:15 +01:00
docs.gradle Fix schemaZip Gradle task on MS Windows 2019-11-13 15:10:10 +01:00
ide.gradle URL Cleanup 2019-03-12 17:04:26 +01:00
jdiff.gradle
publish-maven.gradle URL Cleanup 2019-03-12 17:04:26 +01:00