css4j / echosvg

SVG implementation in the Java™ Language, fork of Apache Batik, supporting level 4 selectors and colors.
Apache License 2.0
40 stars 2 forks source link

Do not assume that `GRADLE_USER_HOME` is inside `user.home` in policy files #74

Closed carlosame closed 1 year ago

carlosame commented 1 year ago

The current policy files assume that the Gradle user home directory is inside user.home but in many cases that is not true. This may cause the execution of tests to fail.

As a solution, set a new Java property that reflects the value of GRADLE_USER_HOME and use it in policy files.