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

40 commits

Author SHA1 Message Date
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
061a194322 Added support for run arguments 2023-08-13 16:55:56 -07:00
cdaea733b2 Added more methods to the JavaOptions API.
Some cleanups.
2023-08-11 00:29:15 -04:00
950b47a383 Fix to java agent options API 2023-08-10 23:43:38 -04:00
39f1456d12 Wrapper fix to the default bld properties repositories 2023-08-10 23:43:09 -04:00
502dd2231c Updated RIFE2 blueprint dependency version to 1.7.0 2023-05-12 17:03:58 -04:00
c459298bf9 Tweaks to Wrapper 2023-05-11 22:27:28 -04:00
91bc4d271e Minor cleanup 2023-05-11 21:53:41 -04:00
0cf76977cc Added md5 check of snapshot bld distribution to ensure that the latest is always installed. 2023-05-11 21:52:09 -04:00
4f176847c6 Renamed the 'create' command to 'create-rife2' and created a new 'create' command that selects the type of project. 2023-05-11 14:47:36 -04:00
5fa1f42f31 Minor cleanup 2023-05-11 13:49:08 -04:00
ec683311b8 Added bld.sourceDirectories property to allow additional source directories to be added for the build file compilation. Simplified build file by using the AbstractRife2Build file from core as the base. 2023-05-11 12:30:02 -04:00
cb59f12427 Updated core submodule. Use RIFE core method to read version number. 2023-05-11 09:43:43 -04:00
ddf31fd1a5 Initialize BldVersion directly using the classloader resources. 2023-05-11 09:32:50 -04:00
4110f1dcb9 Added publish-local command 2023-05-11 08:36:47 -04:00
b5bacbf9cf Update core submodule. 2023-05-11 08:28:09 -04:00
eca0a3cb9c Updated core submodule. Ensure user agent is set for URL connections in artifact retriever. 2023-05-11 08:05:45 -04:00
c213e3df7d Added support for getting bld snapshot distributions from the sonatype snapshots repo 2023-05-10 22:13:17 -04:00
62bfb04bce Tweaks to bld upgrade procedure from previous arrangement 2023-05-10 15:52:19 -04:00
44a3962128 Updates for renamed jar and home dir 2023-05-10 12:22:25 -04:00
696b23b57a First commit of standalone repo 2023-05-09 21:20:16 -04:00