Christian Koop
a1c87b0147
Better Java 16 / Minecraft 1.17+ support
...
Using a version older than Java 16 with the original BuildTools causes the build to fail as Minecraft 1.17 requires Java 16 and Tool preparations are done without telling the tool a version to build (until now).
Additionally the test builds in this repo have been updated to use java 16 for the latest build.
2021-08-01 19:50:38 +02:00
Christian Koop
3fa105973c
Merge pull request #60 from SpraxDev/use-jdk-8
...
* GitHub Actions: Use JDK 8
* Use SpigotMC BuildTools by default
2021-04-01 21:53:05 +02:00
Christian Koop
70e656229c
Fix ERR_STREAM_WRITE_AFTER_END
2020-11-24 19:13:26 +01:00
Christian Koop
00d37a9871
Always write to log file
2020-11-24 19:09:55 +01:00
Christian Koop
1645fc3ee7
No longer allow to configure 'target' and default to 'Spigot'
2020-11-24 18:24:19 +01:00
Christian Koop
3a72e11367
Check for existing artifacts in local maven repository
2020-11-24 18:23:22 +01:00
Christian Koop
d14b966ef1
Replace 'read-last-lines' with 'n-readlines'
...
read-last-lines had trouble reading lines
2020-11-24 15:36:21 +01:00
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
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