HaiTao Zhang
76e6271e8e
Add empty line when content is wrapped
...
See gh-984
2019-08-17 17:28:04 +02:00
HaiTao Zhang
083213c904
Add support for removing build plugins
...
See gh-978
2019-08-13 17:47:36 +02:00
HaiTao Zhang
71364408fa
Rename versionRange attribute to compatibilityRange
...
See gh-968
2019-08-09 11:20:02 +02:00
HaiTao Zhang
4772f4219f
Make sure project descriptions line-wrap at a decent length
...
See gh-966
2019-07-31 16:11:43 +02:00
HaiTao Zhang
c54ec295bf
Do not add snapshot repo unless absolutely necessary
...
See gh-960
2019-07-25 11:53:16 +02:00
HaiTao Zhang
66ea0cb66b
Ensure executable bit is set on wrapper when baseDir has space
...
See gh-933
2019-07-03 17:18:17 -07:00
HaiTao Zhang
292e47e98b
Refactor support for testing executable files
...
Previously, hasExecutableFile only checked if the
file exists and not if it was executable. This commit
ensures that the file exists and is executable using
ExecTask as Unzip and Untar do not preserve file permissions.
See gh-937
2019-07-02 14:25:24 -07:00