|
673ebbdeb0
|
Updated to latest bld wrapper
|
2024-08-23 10:58:37 -04:00 |
|
|
a7c29080f5
|
Fix to the bld wrapper to take java.home into account for the java executable, otherwise there can be a mismatch between the javac version and the java version
|
2024-08-23 10:47:40 -04:00 |
|
|
a616a8a8f6
|
Upgraded bld to 2.1.0-SNAPSHOT
|
2024-08-22 19:23:18 -04:00 |
|
|
0797e39dd6
|
Added native support for Java modules
|
2024-08-22 19:04:56 -04:00 |
|
|
7cd547f8b6
|
Implemented Java module for bld.
Updated version to 2.1.0-SNAPSHOT.
Updated RIFE2/core.
|
2024-08-05 21:10:59 -04:00 |
|
|
7f8120e3e3
|
Revert "Updated version to 2.1.0-SNAPSHOT."
This reverts commit 67c727e062 .
|
2024-08-04 19:49:29 -04:00 |
|
|
67c727e062
|
Updated version to 2.1.0-SNAPSHOT.
Added Java module info.
Renamed IDEA module to be in-line with the Java module.
|
2024-08-04 19:29:08 -04:00 |
|
|
aeecd957c6
|
Cleanups
|
2024-07-30 09:48:29 -04:00 |
|
|
a3a753f70a
|
Cleanup
|
2024-07-30 08:51:17 -04:00 |
|
|
cec3d4ebbf
|
Update README.md
|
2024-07-29 21:15:12 -04:00 |
|
|
bd93c6659b
|
Updated readme
|
2024-07-28 21:04:26 -04:00 |
|
|
d96ce65cbb
|
Fixed regression in 2.0.0 with global bld command when used without any arguments.
Upgraded to bld 2.0.1.
Updated version to 2.0.1.
|
2024-07-28 20:59:21 -04:00 |
|
|
97a153f955
|
Updated version to 2.0.0.
Upgraded to bld 2.0.0.
|
2024-07-28 19:59:35 -04:00 |
|
|
78368fdecc
|
Test fixes
|
2024-07-27 22:54:42 -04:00 |
|
|
89820f5262
|
Updated dependencies in RIFE2 blueprint.
|
2024-07-27 22:45:33 -04:00 |
|
|
e5337f6ed7
|
Updated RIFE2/core
|
2024-07-27 22:42:41 -04:00 |
|
|
fbaaa4ae3e
|
Updated wrapper
|
2024-07-27 22:35:52 -04:00 |
|
|
ba7e314e6e
|
Added publication to GitHub packages
|
2024-07-27 22:34:24 -04:00 |
|
|
fa5929a778
|
Updated wrapper
|
2024-07-23 05:17:21 -04:00 |
|
|
bd5d8ef355
|
Bld cache cleanup, refactorings and javadocs
|
2024-07-23 04:24:37 -04:00 |
|
|
ad8a866dc3
|
Cleanups
|
2024-07-22 22:13:39 -04:00 |
|
|
586aec0eae
|
Merge pull request #43 from ethauvin/main
|
2024-07-21 10:44:40 -04:00 |
|
|
c7ebaa7d87
|
Removed trailing commas
|
2024-07-21 01:09:14 -07:00 |
|
|
0e4e171a81
|
Don't try to avoid other std output when help is generating JSON, the plugin will now parse the JSON out regardless
|
2024-07-20 15:06:29 -04:00 |
|
|
3ec2cc68ce
|
More changes to cache format, now the dependency tree generation is cached
|
2024-07-20 11:30:35 -04:00 |
|
|
d24e9d223c
|
Updated RIFE2-core
|
2024-07-20 02:51:02 -04:00 |
|
|
d605ac1242
|
Preserve the project's version as a semantic version number. Created two version of parsing version string, one falls back to generic version, the other returns VersionNumber.UNKNOWN when parsing fails like in previous bld versions.
|
2024-07-20 02:44:51 -04:00 |
|
|
fa0ac43828
|
Updated wrapper
|
2024-07-19 23:36:58 -04:00 |
|
|
4913519eb4
|
Still handle version ranges as an unknown version
|
2024-07-19 23:35:29 -04:00 |
|
|
3ee8f81317
|
Made VersionGeneric constructor public
|
2024-07-19 23:22:09 -04:00 |
|
|
19991e84c4
|
Regression fix to version handling
|
2024-07-19 23:16:18 -04:00 |
|
|
0f65e1d232
|
Regression fix to version handling
|
2024-07-19 23:09:57 -04:00 |
|
|
98e9035c5e
|
Added generic version implementation
|
2024-07-19 22:59:29 -04:00 |
|
|
15be3a2cd7
|
Allow offline and help json modes work together
|
2024-07-19 18:11:09 -04:00 |
|
|
42ced8e340
|
Updated wrapper
|
2024-07-19 13:32:34 -04:00 |
|
|
fcd5d01e86
|
Fix to local extension dependency cache
|
2024-07-19 13:27:08 -04:00 |
|
|
522b8b95d7
|
Updated wrapper
|
2024-07-19 08:53:45 -04:00 |
|
|
f86b7fb40c
|
Bld cache fixes for windows
|
2024-07-19 08:45:07 -04:00 |
|
|
8c42052e2e
|
Test code cleanup
|
2024-07-19 08:37:13 -04:00 |
|
|
a33e373367
|
Don't hold on to the cache file
|
2024-07-19 07:51:10 -04:00 |
|
|
e731b00287
|
Merge pull request #42 from ethauvin/main
Cleaned up help messages
|
2024-07-19 07:48:17 -04:00 |
|
|
fb4ce1197a
|
Cleaned up help messages
|
2024-07-19 01:28:36 -07:00 |
|
|
a3830dbdc0
|
Fix to cache so that it doesn't hold on to a parsed properties file
|
2024-07-19 00:02:32 -04:00 |
|
|
bb4c980e66
|
Backing out messaging about each command that's starting
|
2024-07-18 22:20:16 -04:00 |
|
|
454c51db12
|
Updated wrapper
|
2024-07-18 22:15:53 -04:00 |
|
|
9614bd8014
|
Consolidate all hashing and caching into a single properties file instead of multiple files
|
2024-07-18 22:14:56 -04:00 |
|
|
604f5ba424
|
Tweaks to help output and bld output when no commands are provided
|
2024-07-17 22:56:07 -04:00 |
|
|
b0a75b22b7
|
Tweaks to help overview documentation
|
2024-07-17 22:31:50 -04:00 |
|
|
0ed48f9eed
|
Fix properties
|
2024-07-17 21:25:44 -04:00 |
|
|
a02e78820e
|
Improvement to offline operation, now pushed to the actual operations instead of the commands
|
2024-07-17 21:25:24 -04:00 |
|