uPortal-Project / uPortal-start

CLI tools for implementing uPortal, beginning with version 5.0.0
Apache License 2.0
19 stars 53 forks source link

Fix relative paths in Gradle tasks #505

Open bjagg opened 3 years ago

bjagg commented 3 years ago

Describe the bug Relative paths using FIle() need to be corrected in Gradle scripts

To Reproduce Steps to reproduce the behavior:

  1. Create a new clone
  2. Run tomcatInstall
  3. Fail to create tmp unpacking directory

Expected behavior tomcatInstall should succeed

ChristianMurphy commented 3 years ago

@bjagg what environment did you encounter this issue on? Are there additional steps to reproduce the issue? CI is running ./gradlew tomcatInstall across a few platforms and doesn't appear to be encountering this issue :thinking: https://github.com/uPortal-Project/uPortal-start/actions/runs/1163949348