2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-07-07 06:50:43 -07:00
Commit graph

170 commits

Author SHA1 Message Date
30101af0ab Test fixes for changed dependency versions.
Tweaked vscode project structures.
Changed lib project to use JUnit and extend Project instead of BaseProject
2024-02-25 12:42:24 -05:00
183097c4f9 Updated some dependency versions to the latest 2024-02-25 11:39:53 -05:00
9d769a9d29 Fixed since specifier 2024-02-25 11:32:50 -05:00
d8c0170dc0 Updated version to 1.9.0-SNAPSHOT.
Renamed blank project creation to app.
Revised project creation descriptions.
Added ability to have command aliases.
Preserve compatibility with create-blank command through an alias.
2024-02-25 11:27:01 -05:00
2de4d7f4db Use the project type to determine the project example name 2024-02-25 04:47:41 -08:00
9fc422da21 RIFE2 blueprint dependency updates 2024-01-31 21:18:20 -05:00
c9bcbc0bb7 Updated to latest dependencies in blueprints, updated to latest RIFE2/core 2024-01-30 19:37:25 -05:00
317e77bfd1 Comment tweaks 2024-01-07 00:06:20 -05:00
af6525acfa Provided scope dependencies are now stored in a separate directory and are only added to compile and test classpaths, but are not included for any runtime or distribution contexts. 2024-01-06 23:28:30 -05:00
a66285ce95 Added TuxCare SecureChain Java repositories 2023-11-01 15:50:20 -07:00
7406d7a0af Updated version to 1.7.6-SNAPSHOT.
Minor tweak to help formatting.
2023-10-21 08:24:47 -04:00
942cd28468 Updated to bld 1.7.5.
Updated to latest RIFE2/core with updated dependencies.
Updated version to 1.7.5.
Updated RIFE2 project blueprint to use v1.7.3 and related dependencies.
2023-10-20 17:24:28 -04:00
84a2bb337d Updated with support for latest JUnit in a backwards compatible way.
Updated some other blueprint dependencies.
2023-10-20 14:48:38 -04:00
85f2c8fd7b Updated version to 1.7.5-SNAPSHOT.
WIP fix for new Gradle maven-metadata.xml layout.
2023-10-19 09:55:40 -04:00
e6be211d73 Add snapshot shorthand for version numbers in project 2023-10-10 11:56:39 -04:00
76186c78db Set RIFE2 version to 1.7.2 2023-10-10 11:56:11 -04:00
f53c73c9d5 Revert "Fixed excessive String concatenations in loop"
This reverts commit 7009e54c71.
2023-10-10 11:55:38 -04:00
de4c4743b5 Updated RIFE2 version for blueprint, in anticipation of upcoming RIFE2 version 2023-10-03 19:31:46 -04:00
5519ff3f1c vscode related fixes 2023-10-03 13:36:44 -04:00
7face792f2 More Windows tweaks 2023-10-01 14:42:04 -04:00
7ceb6e3c27
Merge branch 'main' into main 2023-10-01 13:55:03 -04:00
f00418b4c2 Revert unwanted previous commit 2023-10-01 10:51:25 -07:00
4ac6490dec Removed unused imports 2023-10-01 10:30:50 -07:00
cac57b3e4b Windows related tweaks and fixes 2023-10-01 12:43:04 -04:00
2a5437de0c Updated for latest RIFE2 core.
Some build changes.
Run Github workflow on macOS.
2023-10-01 09:43:15 -04:00
87735bb88e Reverted sign exception modifications 2023-09-29 10:27:09 -07:00
1ab53f5bad Cleaned up sign exception 2023-09-29 05:43:42 -07:00
76cba6ed7a Added GOOGLE and SONATYPE_RELEASE_LEGACY to resolveRepository method. 2023-09-29 05:30:33 -07:00
261b5d456a Added SONAYTPE_RELEASES_LEGACY repository 2023-09-29 04:14:54 -07:00
f6cb944565 Replaced more append("x") with append('x') where applicable 2023-09-15 06:58:34 -07:00
7009e54c71 Fixed excessive String concatenations in loop 2023-09-15 06:51:04 -07:00
89eb658d73 Fix chained appends 2023-09-15 06:26:33 -07:00
60deb1906a Replaced all append("x") with append('x') 2023-09-15 06:24:12 -07:00
102d3d3586 Preserved stacktrace 2023-09-15 05:44:19 -07:00
762a63b12f Flipped String equals to avoid potential null pointer exception 2023-09-15 05:19:51 -07:00
e69f4fe554 Migrated syntax to Java 8+ 2023-09-15 05:02:50 -07:00
6d082c1bac Removed unused imports 2023-09-15 04:56:38 -07:00
dfc402a9ee Added version ASCII art 2023-09-13 10:04:39 -07:00
88aa78f3b5 Include provided and test scopes in Dependency Tree operation. 2023-08-27 19:41:22 -04:00
d35166d53d Exclude signature files when generating uber jar. 2023-08-24 22:04:32 -04:00
29b4e267f8 Fixed missing GOOGLE trailing slash 2023-08-22 11:29:23 -07:00
4058482cf7 Added GOOGLE repository 2023-08-22 11:24:35 -07:00
c635b25b6f Fixed RunOption args parsing 2023-08-19 18:38:44 -07:00
82ead98c5d Minor cleanup 2023-08-16 13:47:37 -07:00
c933f16e0f Make PomBuilder.generateInto(File) static 2023-08-16 12:10:49 -07:00
49243568c6 Added method to generate a POM into a given file 2023-08-16 05:17:45 -07:00
17548f787c Fixed Run help summary 2023-08-13 18:17:56 -07:00
b81743896a Fixed RunOption help description 2023-08-13 18:09:22 -07:00
ecb72b6a7d Added ARGS_OPTION constant 2023-08-13 17:45:20 -07:00
c0418bb60a Fixed dangling System.out.println 2023-08-13 17:15:08 -07:00