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

330 commits

Author SHA1 Message Date
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
6230db68af Added tests for Xml2MetaData snapshot 2023-10-19 18:50:14 -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
1a243efb66 Updated version to 1.7.4 2023-10-10 16:14:56 -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
400bb13532 Updated README 2023-10-04 08:17:29 -04:00
95858f0c29
Update README.md 2023-10-03 23:31:44 -04:00
0beedb6918 Updated version to 1.7.4-SNAPSHOT 2023-10-03 23:29:54 -04:00
f2b1d4228f Updated for bld 1.7.3. 2023-10-03 23:02:32 -04:00
de4c4743b5 Updated RIFE2 version for blueprint, in anticipation of upcoming RIFE2 version 2023-10-03 19:31:46 -04:00
f65ce504e3
Merge pull request #12 from rife2/ethauvin-patch-1
Added MAVEN_CENTRAL import. Closes #8
2023-10-03 19:18:56 -04:00
e1489b9847 Updated version to 1.7.3 2023-10-03 19:16:14 -04:00
bb6726ec1f
Added MAVEN_CENTRAL import. Closes #8 2023-10-03 16:15:33 -07:00
96efbd260c Updated RIFE2-core 2023-10-03 19:15:16 -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
35887e7d06 Disable reposilite publish tests on Windows for now 2023-10-01 14:18:05 -04:00
844b2b390d Try running on Windows in CI 2023-10-01 14:04:56 -04:00
4e64675bdb
Merge pull request #11 from ethauvin/main
Moderate Code Cleanup
2023-10-01 13:55:12 -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
e7c7144c84 Renamed Github workflows 2023-10-01 12:48:32 -04:00
cac57b3e4b Windows related tweaks and fixes 2023-10-01 12:43:04 -04:00
0b9f29a175 Merge remote-tracking branch 'origin/main' 2023-10-01 09:43:24 -04:00
2a5437de0c Updated for latest RIFE2 core.
Some build changes.
Run Github workflow on macOS.
2023-10-01 09:43:15 -04:00
7c2d0221b8 Fixed for some operation options typos 2023-10-01 09:29:15 -04:00
a6aadf8e60 More test timing changes 2023-09-30 20:16:10 -04:00
5fb6fa16b7 Some test timing tweaks to try to work around CI failures. 2023-09-30 19:20:02 -04:00
0994f184f2 Backing out previous change since it only works on JDK 19 2023-09-30 19:17:11 -04:00
3eb5795cf2 Make sure previous executors are closed cleanly 2023-09-30 19:07:53 -04:00
77ceceb122 Updated Github workflow 2023-09-30 19:04:20 -04:00
3452a404fc Updated Github workflow 2023-09-30 18:51:20 -04:00
c4b5748239 Updated Github workflow 2023-09-30 18:50:09 -04:00
d52551f3b7 Test tweak to include check result for recently failing test 2023-09-30 18:26:20 -04:00
ec01a626ae Revert some changes per Geert comments 2023-09-30 10:22:09 -07: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