https://github.com/devinrsmith/gradle-expand-test
https://github.com/devinrsmith/gradle-expand-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devinrsmith/gradle-expand-test
- Owner: devinrsmith
- Created: 2018-11-06T01:17:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T15:31:25.000Z (over 7 years ago)
- Last Synced: 2025-01-26T09:12:08.320Z (over 1 year ago)
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Produced to illustrate https://github.com/gradle/gradle/issues/7634
`./gradlew generateMyResources`
```
$ ./gradlew generateMyResources
> Task :generateMyResources FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':generateMyResources'.
> Could not copy file '/Users/devin/dev/gradle-expand-test/my-resources/my-resource.txt' to '/Users/devin/dev/gradle-expand-test/build/generated-my-resources/my-resource.txt'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 0s
1 actionable task: 1 executed
```