Cleaned up java agent loading to fully support other (TestNG) extensions. Closes #2

This commit is contained in:
Erik C. Thauvin 2024-04-03 20:15:15 -07:00
parent 2cd4074880
commit a89eb59043
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 10 additions and 11 deletions

View file

@ -17,6 +17,8 @@ public class ExamplesBuild extends Project {
name = "Examples";
version = version(0, 1, 0);
javaRelease = 17;
downloadSources = true;
autoDownloadPurge = true;