Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use java to determine user.home dir #306

Merged
merged 3 commits into from Jun 6, 2022
Merged

Use java to determine user.home dir #306

merged 3 commits into from Jun 6, 2022

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    4ca4968 View commit details
    Browse the repository at this point in the history
  2. Use java to determine user.home dir

    Although convenient, the os.homedir() function can return a different value
    that the 'user.home' SystemProperty in Java. The latter is used to locate
    the Gradle User Home directory.
    
    By switching to use Java to determine the value for 'user.home', we can use
    the same process as Gradle to determine Gradle User Home.
    
    Fixes #207
    bigdaz committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    213bb63 View commit details
    Browse the repository at this point in the history
  3. Build outputs

    bigdaz committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c34d4a9 View commit details
    Browse the repository at this point in the history