bigdaz
9c3430720d
[bot] Update dist directory
2024-06-13 19:32:23 +00:00
bigdaz
c1091c9c8e
[bot] Update dist directory
2024-06-13 18:43:53 +00:00
bigdaz
e238a7ad22
[bot] Update dist directory
2024-06-13 16:01:59 +00:00
bigdaz
52ae27f7bb
[bot] Update dist directory
2024-06-13 13:41:01 +00:00
bigdaz
775b4d10d7
[bot] Update dist directory
2024-05-23 14:57:08 +00:00
bigdaz
d4d72c9934
[bot] Update dist directory
2024-05-17 21:08:44 +00:00
bigdaz
cd560aa3ad
[bot] Update dist directory
2024-05-15 22:50:56 +00:00
bigdaz
eb13cf7170
[bot] Update dist directory
2024-05-11 13:46:41 +00:00
bigdaz
90f1de0556
[bot] Update dist directory
2024-04-28 14:50:56 +00:00
bigdaz
db19848a5f
[bot] Update dist directory
2024-04-25 20:24:26 +00:00
bigdaz
18998bc43e
[bot] Update dist directory
2024-04-25 10:20:39 +00:00
bigdaz
9ab93ee864
[bot] Update dist directory
2024-04-19 16:25:39 +00:00
bigdaz
750cdda3ed
[bot] Update dist directory
2024-04-18 19:41:35 +00:00
bigdaz
439ed0a0ac
[bot] Update dist directory
2024-04-18 01:09:48 +00:00
bigdaz
6cec5d49d4
[bot] Update dist directory
2024-04-12 16:35:47 +00:00
bigdaz
d576690f96
[bot] Update dist directory
2024-04-12 06:42:43 +00:00
bigdaz
6e48e8e40c
[bot] Update dist directory
2024-04-12 04:56:19 +00:00
bigdaz
5eedb47e5a
[bot] Update dist directory
2024-04-12 04:48:13 +00:00
bigdaz
fcf9eeaf01
Update dist directory
2024-04-11 20:05:19 +00:00
bigdaz
1fd792382e
Update dist directory
2024-04-11 18:41:42 +00:00
bigdaz
1c25312b02
Update dist directory
2024-04-11 15:50:31 +00:00
bigdaz
c31cff66cf
Update dist directory
2024-04-10 23:21:27 +00:00
bigdaz
ffea2635eb
Update dist directory
2024-04-10 18:26:18 +00:00
bigdaz
60be407ece
Update dist directory
2024-04-10 13:41:02 +00:00
daz
dec6c472c1
Build outputs
2024-04-09 15:30:42 -06:00
daz
cfe478af6a
Build outputs
2024-04-09 08:50:24 -06:00
Daz DeBoer
e235596c88
Only process build results once ( #133 )
...
On long-lived machines, it's possible that the `.build-results` directory isn't cleared between invocations. This will result in the job summary including results from previous jobs.
By marking each build-results file as 'processed' at the end of the job, we can avoid this scenario.
2024-04-08 19:44:46 -06:00
daz
59a5222069
Build outputs
2024-04-08 15:14:28 -06:00
daz
dd32675981
Build outputs
2024-04-07 22:43:28 -06:00
daz
8691214514
Build outputs
2024-04-07 16:57:18 -06:00
daz
d6f94a4073
Build outputs
2024-04-07 11:00:35 -06:00
Daz DeBoer
875d13660f
Update NPM dependency versions
2024-04-04 12:34:24 -06:00
daz
7be6c56c3d
Build outputs
2024-04-03 20:57:44 -06:00
Pavlo Shevchenko
5a171ce5b8
Inject Develocity plugin for versions 3.17 and above ( #62 )
...
To handle the rebranding of the GE plugin, this PR updates the inject-develocity init script
to apply the `com.gradle.develocity` plugin if `3.17+` version of the plugin is requested.
2024-04-03 14:47:50 -06:00
daz
faecef076b
Build outputs
2024-04-01 12:24:45 -06:00
daz
7c03a8d3fb
Build outputs
2024-03-21 22:14:09 -06:00
daz
a6050d4c14
Remove redundant method implementation
2024-03-21 21:52:16 -06:00
daz
f4c37be1e8
Build outputs
2024-03-12 16:23:08 +13:00
daz
b6ea7d5b78
Build outputs
2024-02-11 17:35:43 -07:00
daz
2f23d645f2
Warn and make Gradle Wrapper script executable
...
Instead of failing the build, detect a non-executable wrapper file
and set the executable bit.
Fixes #17
2024-02-08 22:26:12 -07:00
daz
b2288963e8
Use sub-directory for 'setup-gradle' dist
...
To prepare for converting the 'dependency-submission' action into Typescript,
we move the 'setup-gradle' entry points and outputs into a sub-directory.
2024-01-29 09:16:58 -07:00
daz
959c7a62f4
Build outputs
2024-01-26 13:21:12 -07:00
daz
3c5c811777
Build outputs
2024-01-25 12:36:54 -07:00
daz
d23129d217
Build outputs
2024-01-25 11:53:44 -07:00
daz
2be01ca1c6
Build outputs
2024-01-25 10:00:43 -07:00
daz
83a95864e5
Build outputs
2024-01-25 08:56:13 -07:00
daz
f1361c71c2
Build outputs
2024-01-23 16:19:26 -07:00
daz
42452daeb5
Add explicit process.exit()
to avoid wait for hanging promises
...
When using the `@actions/cache` library to save cache entries, it seems that one
or more Promises remain unresolved after the save completes.
With Node20 this causes a delay when exiting the process: the default behaviour
now wait for these Promises to complete. Adding an explicit `Process.exit()`
removes the delay, returning to the Node 16 behaviour.
Fixes #1038
2024-01-16 18:01:46 -07:00
daz
346645706f
Don't overwrite dependency-graph env vars
...
This allows these vars to be explicitly set, which is required for
testing (and could prove useful for debugging).
2024-01-16 09:43:56 -07:00
daz
610728fa8c
Build outputs
2024-01-13 07:21:40 -07:00