Commit Graph

7 Commits

Author SHA1 Message Date
Christian Koop c06cf8b5d3
Fix not building in some cases and wrongly following download redirects 2020-11-24 14:53:41 +01:00
Christian Koop 69c7fb8c2f
Follow redirects when downloading files 2020-11-24 11:47:15 +01:00
Christian Koop c901bfb72a
Error handling
Some errors did not cause the Action to fail
2020-11-24 11:39:30 +01:00
Christian Koop f88defe2ae
Use 'SpraxDev/Spigot-BuildTools' by default
The action can now be configured to use the original BuildTools or a fork of mine with some tweaks (More info at https://github.com/SpraxDev/Spigot-BuildTools/#breaking-changes)
2020-11-24 11:31:39 +01:00
Christian Koop ff431ef526
Update some dependencies (#24)
* Bump @vercel/ncc from 0.24.1 to 0.25.1

Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.24.1 to 0.25.1.
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](https://github.com/vercel/ncc/compare/0.24.1...0.25.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @types/async from 3.2.3 to 3.2.4

Bumps [@types/async](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async)

Signed-off-by: dependabot[bot] <support@github.com>

* Bump typescript from 4.0.5 to 4.1.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @types/node from 12.19.4 to 12.19.6

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.19.4 to 12.19.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>

* Build project

It looks like `ncc` has a bug that adds 2 semicolon to `sourcemap-register.js` but that should not be a problem

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-24 09:08:55 +01:00
Christian Koop 59bfa35172
Fix 'disableJavaCheck' not always being checked 2020-11-01 03:11:53 +01:00
Christian Koop ecb587ae2f
Initial commit 2020-11-01 02:29:17 +01:00