InbalHoni opened a new pull request, #53:
URL: https://github.com/apache/datafu/pull/53

   The `:rat` task used relative paths, which the Gradle daemon's embedded Ant 
builder resolves against the daemon working directory 
(`~/.gradle/daemon/5.6.4/`) instead of the project root - so it scanned the 
wrong directory and could not find the report stylesheet, failing `./gradlew 
clean assemble`.
   
   Switched to absolute paths (`project.projectDir` / `project.buildDir`). 
Verified `assemble` now passes with `:rat` succeeding.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to