Commit graph

87 commits

Author SHA1 Message Date
klugemonkey
623ceddf02 BUILDTOOLS-507: Check --compile NONE flag if toolsVersion < 101 before a craftbukkit jar copy 2020-01-05 19:36:59 +11:00
md_5
0e60cdb52f Allow selecting which software to compile 2019-12-21 10:33:33 +11:00
md_5
74dc95fb7d Update bundled PortableGit version and make sure it's actually used 2019-12-18 13:02:47 +11:00
md_5
d1839aed8c BUILDTOOLS-479: Clearer message when git is not working/installed on Linux 2019-08-09 20:21:30 +10:00
md_5
096cd96739 Don't copy CraftBukkit for new versions
See https://www.spigotmc.org/threads/369724/
2019-04-25 12:19:39 +10:00
md_5
b987947bd2 Blacklist more known problematic paths 2019-04-23 16:38:24 +10:00
md_5
2fa0698a5a Use any change in mappings folder to compute version hash 2019-04-11 09:17:32 +10:00
md_5
a3e4a8358d Skip redundant clone for recent versions 2019-04-11 08:59:05 +10:00
md_5
6fc608d606 Update bundled maven and validate first party provided hashes for maven/git downloads. 2019-03-25 21:34:49 +11:00
md_5
a018993724 Add --help flag 2019-03-17 12:40:22 +11:00
md_5
c6774a7707 Dynamically define Java versions 2019-02-03 10:58:51 +11:00
md_5
65e6215c5b Make --dev use development maven profile 2019-01-04 20:30:05 +11:00
md_5
5c6ac9f467 Try and handle "Invalid ref name: origin/master" (how does this happen?) 2018-12-18 17:04:10 +11:00
md_5
22a271cf0f Soften / reduce messages related to symlink creation in previous commit 2018-12-14 20:17:01 +11:00
md_5
7d838a5884 Create work/decompile-latest symbolic link where possible 2018-12-14 19:57:43 +11:00
md_5
08e1bad1f1 BUILDTOOLS-432: Fix building older versions 2018-12-14 19:31:53 +11:00
md_5
93d6e6d422 BUILDTOOLS-431: Detect and warn about low memory. Seems to occur on 32 bit Java installs. 2018-12-14 10:32:52 +11:00
md_5
f254dfa940 Allow specifying decompile commands and tools version in BuildData/info.json 2018-12-13 11:00:00 +11:00
md_5
484ac46a87 Name redirector threads 2018-12-01 08:27:24 +11:00
md_5
38861e44fd Use BuildTools java version to invoke external java tools 2018-11-24 10:03:35 +11:00
md_5
228fddc1b7 Apply workaround for linux distro bugs
https://www.spigotmc.org/threads/345557/
2018-11-08 20:58:16 +11:00
Frostalf
9eb6ba5b54 Added output of which java version is in use. 2018-10-21 19:51:06 +11:00
md_5
46b3ba6844 Don't pass in M2_HOME when running maven 2018-10-20 15:37:44 +11:00
md_5
566b920941 Detect and refuse to build using unsupported Java versions. 2018-08-30 09:57:32 +10:00
md_5
5203e4b5be Fix spurious usage of .replaceAll 2018-07-14 10:35:43 +10:00
md_5
3346dd943d Print git version when running buildtools 2018-01-23 22:41:49 +11:00
md_5
609c14e728 BUILDTOOLS-102: output-dir argument 2017-11-18 09:52:58 +11:00
md_5
ab525c0a15 BUILDTOOLS-19: Close ZipFile after extraction 2017-11-18 09:45:25 +11:00
md_5
925ce399c8 Beta: Automatically download and use portable version of git on Windows. 2017-11-09 10:46:32 +11:00
md_5
b2737c28ba BUILDTOOLS-359: OS X filesystem cruft can break build 2017-10-19 21:01:43 +11:00
md_5
f56c3840b4 BUILDTOOLS-356: Check includes for git author / email 2017-09-22 19:32:13 +10:00
md_5
76b15f3109 BUILDTOOLS-140: # is not a supported path character 2017-09-09 18:32:19 +10:00
md_5
59469f0fef Various updates 2017-08-11 16:39:47 +10:00
md_5
7f7e5316b3 Add warning about old/new java versions 2017-05-15 08:34:51 +10:00
md_5
8aa3a224c3 Add server URL reading and correct building outdated versions per BUILDTOOLS-305 2017-02-10 18:35:39 +11:00
md_5
60cf761351 BUILDTOOLS-301: Use sh for all scripts. 2017-01-30 08:35:51 +11:00
md_5
4bf25ea519 SPIGOT-39: Try falling back to bash if no shell set 2016-10-03 07:29:00 +11:00
LukBukkit
0880f1d6f6 Fixed issues relating to the Windows 10 Ubuntu bash 2016-09-17 17:40:29 +10:00
md_5
afc75668da Just check for mostly problematic ' 2016-03-26 16:09:16 +11:00
md_5
c5115712fd Blacklist some special chars 2016-03-26 15:58:22 +11:00
md_5
e83f4b5a6c Use more direct BuildTools link
Credit to Sweepyoface in #30
2016-03-22 14:57:37 +11:00
md_5
7c0768f49d Make Spigot error log message nicer. 2016-03-01 19:09:59 +11:00
md_5
140d6810aa Make sure that older builds can still be built. 2016-03-01 09:50:21 +11:00
md_5
409eb23137 Implement changes required for Minecraft 1.9
* Add method to configure decompiler arguments in info.json
2016-03-01 09:31:32 +11:00
md_5
5861ac0967 Use https for Maven download. 2016-01-23 10:32:38 +11:00
md_5
1847da75fe Disable GUI check as there are sometimes when this will trigger even with a console (such as in an IDE). 2015-09-02 07:33:17 +10:00
md_5
190add0752 Set a sane autocrlf value on fresh clones. 2015-09-02 07:32:27 +10:00
kosgan10
7750a2f992 Add a simple GUI for double-clickers 2015-09-02 07:01:46 +10:00
md_5
00c9da2167 Add option to check for hash of Vanilla server jar. 2015-07-29 20:11:57 +10:00
md_5
fdaa042d6b BUILDTOOLS-91: Remove LVT as part of final remap stage. 2015-07-25 18:29:30 +10:00