summary refs log tree commit diff stats
path: root/.github/workflows
diff options
context:
space:
mode:
authorNed Loynd <41816363+NeRdTheNed@users.noreply.github.com>2020-10-14 21:23:07 +1100
committerGitHub <noreply@github.com>2020-10-14 11:23:07 +0100
commit54035654b75dd756d98f89fde179cb49183a6d68 (patch)
treeab9f41b8ae1228d2898abd5cc7b6a196f121cbf6 /.github/workflows
parent4237368e648916f22871126b3bea5260684eb9e9 (diff)
Simply processResources logic & make it compatible with future versions of Gradle (#69)
* Ignore commonly generated Mac OS junk files

This is optional, but it would be a huge quality of life improvement for anyone developing on Mac OS, as the first thing I do when starting a new project is always to add this to the .gitignore. Example: Just from the small changes I've made to the build script alone, I've generated 4 .DS_Store files, which would clutter up this PR if I included them.

* Simply processResources logic & make it compatible with future versions of Gradle

When the processResources task is currently run, it uses deprecated Gradle features. Running "gradle clean build --warning-mode all" should output a message along the lines of "Copying or archiving duplicate paths with the default duplicates strategy has been deprecated. This is scheduled to be removed in Gradle 7.0.". This is due to inlcuding all files twice, as the "from" blocks includes them for the second time (gradle includes these files by default). This PR simply edits the relevant files from the already selected resources directory. This also reduces the amount of repetition in the script.

* Switch to double quotes to match style

D'oh!
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions