gradle-build-action/src
Daz DeBoer 213bb63776
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
2022-06-05 22:13:36 -06:00
..
resources Prevent duplicate JSON being written to build-results 2022-06-05 21:55:11 -06:00
cache-base.ts Allow daemons to run across workflow steps 2022-06-05 09:20:54 -06:00
cache-extract-entries.ts Use build-results file for root project dirs 2022-06-05 08:34:07 -06:00
cache-reporting.ts Improve layout and formatting of Job Summary 2022-06-04 10:55:26 -06:00
cache-utils.ts Disable cache-read-only when cache-write-only is set 2022-06-04 11:28:12 -06:00
caches.ts Improve layout and formatting of Job Summary 2022-06-04 10:55:26 -06:00
execution.ts Remove unclickable buildScan link from failure 2022-05-24 15:01:08 +02:00
gradlew.ts Allow source files to contain lines up to 120 characters 2021-10-29 07:50:06 -06:00
job-summary.ts Attempt to stop all daemons on Job completion 2022-06-05 09:07:34 -06:00
main.ts Extract action state-tracking out of caches.ts 2022-06-02 12:20:01 -06:00
post.ts Move writing of cache report into job-summary.ts 2022-06-02 22:39:09 -06:00
provision.ts Avoid failing build on distributions cache errors 2021-11-05 07:01:48 -06:00
setup-gradle.ts Use java to determine user.home dir 2022-06-05 22:13:36 -06:00