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

330 commits

Author SHA1 Message Date
03a15433ff Updated version to 2.2.0.
Updated versions for RIFE2 project creation.
Updated RIFE2/core.
2025-01-11 12:08:10 -05:00
625055bbb6 RIFE2 project creation fix 2025-01-11 10:07:19 -05:00
72d214b3b6 Dependency update 2025-01-11 10:06:52 -05:00
f753f87a79 Updated RIFE2/core 2025-01-10 18:53:25 -05:00
fec4f68027 Added support for Maven project.parent properties 2025-01-10 18:45:02 -05:00
92c8cd3033 Updated RIFE2/core 2024-12-27 12:54:13 -05:00
da0b92fb8e Updated RIFE2/core 2024-12-27 12:29:01 -05:00
2dd53ace3d More improvements to create operation 2024-12-27 10:33:38 -05:00
3d86aa8c8d Unify command line use of create operations 2024-12-26 20:06:59 -05:00
32052deaa3 Interrupt creation operation when a blank package or project name is provided 2024-12-26 18:47:14 -05:00
b27cc78fb7 Don't add Lib suffix for lib project creation 2024-12-26 18:42:01 -05:00
a7efd01697 Updated RIFE2/core 2024-12-26 17:13:43 -05:00
92fc85bd9c Updated blueprint dependencies 2024-12-26 17:09:33 -05:00
34667b5402 Improvements to create operations 2024-12-26 16:51:46 -05:00
66f7d180b9 Implements #52 : command line enhancements for project creation 2024-11-16 18:23:10 -05:00
6c2a9acf1c
Merge pull request #56 from ethauvin/main
Added javac options to specify the directory used to place generated source files.
2024-10-14 16:01:04 -04:00
c6c9d32c35 Added support for automatically consolidating compile options that are named differently but serve the same purpose 2024-10-14 09:07:24 -04:00
3e9b252c51 Updated RIFE2/core 2024-10-10 10:11:04 -04:00
3f60ed78ef
Removed extra empty line 2024-10-04 10:34:55 -07:00
762e099988
Added javac options to specify the directory used to place generated source files. 2024-10-02 00:16:05 -07:00
9941fc0d10
Merge pull request #55 from ethauvin/main
Added support for explicitly requesting annotation processing
2024-10-01 16:05:25 -07:00
f51add49f0
Added support for explicitly requesting annotation processing, as needed by Java 23 (and backported to 17 and 11) 2024-10-01 15:51:37 -07:00
3dce798d52 Updated version to 2.1.1-SNAPSHOT 2024-09-07 10:22:13 -04:00
d5e65ec9e8
Updated bld badge version to 2.1.0 2024-08-29 23:08:39 -07:00
4083f95bc8 Upgraded to bld-2.1.0.
Updated version to 2.1.0.
2024-08-29 19:19:13 -04:00
622ca99c7b Updated RIFE2/core submodule 2024-08-29 08:02:36 -04:00
a8f43864bf Upgraded wrapper to latest version 2024-08-29 08:01:28 -04:00
df173c4cfc Added ability to individually exclude sources and javadocs downloads for dependencies 2024-08-29 07:59:33 -04:00
a07db3f94e
Merge pull request #50 from ethauvin/main
More cleanups to jlink, jmod & jpackage operations, options and tests
2024-08-29 07:33:28 -04:00
5da9e4b3a5
More cleanups to jlink, jmod & jpackage operations, options and tests 2024-08-28 21:53:42 -07:00
c7ca0e263d Updated to latest bld snapshot 2024-08-27 21:51:59 -04:00
22952cf189 Added missing IDEA lib dir upgrade 2024-08-27 21:49:35 -04:00
4fe40dadd7 Use recursive jar directory in IDEA project libraries so that modules can be picked up.
Updated wrapper so that old IDEA projects get updated for recursive scanning.
2024-08-27 21:45:28 -04:00
47d463e6aa Updated project dependencies and blueprint dependencies 2024-08-27 12:47:59 -04:00
5ab77194e0 Updated wrapper to latest 2.1.0-SNAPSHOT 2024-08-27 08:23:58 -04:00
df680a4846
Merge pull request #49 from ethauvin/main
Moved command files specification to the tool provider abstract operation
2024-08-26 14:41:27 -07:00
406b83bd82
Moved command files specification to the tool provider abstract operation 2024-08-26 14:25:15 -07:00
b4801b5b07 Upgraded to latest bld wrapper 2024-08-26 14:22:46 -04:00
28e548954f Javadoc improvements 2024-08-26 14:19:43 -04:00
f15a8d2df2 Minor Javadoc tweaks. 2024-08-26 10:13:56 -04:00
d68905b944
Merge pull request #48 from ethauvin/main
More cleanups to jlink, jmod & jpackage operations and options
2024-08-26 10:09:29 -04:00
c15a8d3bcf
Minor plural cleanups 2024-08-26 02:31:15 -07:00
9deb570bf4
More cleanups to jlink, jmod & jpackage operations and options 2024-08-26 01:40:17 -07:00
b8a63dd79c Cleanups to JlinkOptions, JmodOptions and JpackageOptions 2024-08-25 22:55:40 -04:00
22add235e3
Merge pull request #47 from ethauvin/main
Added JlinkOptions, JmodOptions and JpackageOptions File argument alt…
2024-08-25 22:27:23 -04:00
0b9581cf12
Made paths specifications absolute 2024-08-25 18:46:15 -07:00
2b827a9a6f Added run operation test 2024-08-25 20:11:48 -04:00
fd1429f2d3 Added support for automatically setting a module main class if module-info.java is part of the compilation operation and a main class was provided by the project. 2024-08-25 19:52:26 -04:00
5821022fee
Fixed Jpackage main module specification 2024-08-25 16:09:30 -07:00
a4300b37d1
Added JlinkOptions, JmodOptions and JpackageOptions File argument alternatives with Path and String.
Moved launches configurations from JPackage options to operation.
2024-08-25 15:47:51 -07:00