2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-04-30 10:38:12 -07:00
Commit graph

966 commits

Author SHA1 Message Date
daf41a1b65 Updated version to 1.5.14 2023-04-02 23:16:57 -04:00
29a2406f75 Wrapper tweaks 2023-04-02 22:46:12 -04:00
cbd0eb62a6 Updated version to 1.5.14-SNAPSHOT 2023-04-02 22:46:00 -04:00
d8c4380f6e Updated readme 2023-04-02 22:34:01 -04:00
11831887b5 Updated version to 1.5.13 2023-04-02 22:30:15 -04:00
40a498ce6d Wrapper fix 2023-04-02 22:04:49 -04:00
7df572866c Updated version to 1.5.13-SNAPSHOT 2023-04-02 22:04:37 -04:00
a2d5446a8b Backed out temporary publishing repo changes 2023-04-02 21:20:37 -04:00
9d696eb938 Updated version to 1.5.12 2023-04-02 21:19:47 -04:00
95e317ef57 Tweak github actions to use zulu java distribution and activated version 20 2023-04-02 20:57:13 -04:00
238a9921ff Tweaks to bld error reporting 2023-04-02 20:45:06 -04:00
e6e281d166 Tweaks to bld error reporting 2023-04-02 20:38:59 -04:00
837e7f327a Don't print out full help when an exception occurs in bld 2023-04-02 20:36:49 -04:00
dcd9d5d810 Fixed regression in compile options 2023-04-02 20:23:40 -04:00
091b201dc3 Allow standard repository names to be overridden 2023-04-02 20:00:03 -04:00
22260f6a47 Added RIFE2 repository 2023-04-02 19:55:51 -04:00
99f869ecf2 Added square RIFE2 logos 2023-04-02 18:33:11 -04:00
1c4eff3e5b Allow bld command summary and description to be specified directly through annotations. 2023-04-02 17:41:00 -04:00
5027d30329 Test fixes 2023-04-02 17:24:37 -04:00
a14473f567 Added bld.downloadExtensionSources and bld.downloadExtensionJavadoc wrapper properties 2023-04-02 17:16:27 -04:00
cb5f22933f Added compile options class 2023-04-02 15:49:05 -04:00
f3b352cef1 Added javadoc options class 2023-04-02 15:21:52 -04:00
a5d45eae00 Allow the use of predefined repository names in the wrapper properties. 2023-04-02 15:18:15 -04:00
b9b1d27347 Test fix 2023-04-02 11:24:14 -04:00
8b3ae607f4 Added support for resolving repositories through the hierarchical properties in the bld wrapper and the project.
Changed project static method to being instance methods.
Hierarchical properties now detect local.properties and bld.properties and slot these into the hierarchy.
2023-04-02 11:06:45 -04:00
655482e955 Ensure that repository credentials aren't leaked through a toString() call 2023-04-01 18:58:27 -04:00
24af5b251c Expose BuildExecutor.setupProperties as a static method. 2023-04-01 18:55:01 -04:00
3055659a75 Minor cleanups 2023-04-01 18:53:56 -04:00
be71eabb42 Coding style cleanup 2023-04-01 18:52:21 -04:00
91e45aeaab Added lowercase hex string encryptor variants 2023-04-01 18:34:02 -04:00
1aaefa7aed Support local.properties in the project directory as part of the hierarchical properties.
Maven local is now resolved based on the properties that are set with a fallback to the .m2/repository
2023-04-01 17:09:04 -04:00
e02e785a4f Set the project directory as the user directory when the wrapper executes the build 2023-04-01 16:56:13 -04:00
6d8de9fe40 Added support for retrieving the currently executing command from the executor. 2023-04-01 15:41:40 -04:00
790d84cbf7 Minor tweak to default wrapper setup 2023-04-01 08:45:42 -04:00
085b3b1167 Updated version to 1.5.12-SNAPSHOT 2023-04-01 08:45:18 -04:00
0536d8a0ac Updated version to 1.5.11 2023-04-01 00:21:27 -04:00
5eefdf5c80 Updated version to 1.5.11-SNAPSHOT.
Made operations execute method public again.
2023-04-01 00:12:26 -04:00
d09e85bdd7 Updated version to 1.5.10 2023-03-31 23:46:50 -04:00
75da36ef8f Added FileUtils transformFiles 2023-03-31 23:31:37 -04:00
a2d04a0414 Improved wrapper properties upgrade logic, preserving everything verbatim besides the rife2.version property. 2023-03-31 22:29:28 -04:00
d5db3449ff CompileOperation new can also take a list of source directories, not just source files. 2023-03-31 21:57:56 -04:00
3af5c27b13 Fix to clean command 2023-03-31 21:27:28 -04:00
cece9a92ac Regression fix 2023-03-31 20:06:46 -04:00
15ecc7425b Minor dependency resolver cleanup 2023-03-31 20:03:00 -04:00
cd1511a8f4 Minor fix to local maven repo support 2023-03-31 19:46:29 -04:00
3a65c1ff63 Added infrastructure to ensure operations are only executed once, even when commands are depending on each-other and the same operations are called multiple times. 2023-03-31 16:44:21 -04:00
b252cabec5 Added maven local support 2023-03-31 15:58:06 -04:00
e6c5a8588a Added jar-sources and jar-javadoc bld commands.
Include those jars in the publish operation.
2023-03-31 11:59:35 -04:00
d76e43d75b Added javadoc operation 2023-03-31 10:41:18 -04:00
3b2bc6c6c0 Don't fail when the wrapper can't download the RIFE2 sources 2023-03-31 09:09:48 -04:00