Hi Mark, guess it was just the copy of the jakarta tck setup versions, no issue to downgrade if it still works for me.
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance> Le mar. 11 oct. 2022 à 09:13, Mark Struberg <strub...@yahoo.de.invalid> a écrit : > hi folks! > > Seems we lost the ability to build with Java8. > This is due to a recent upgrade of testng which requires Java16. Will > switch back to the old version. > > I also figured that we have some weird download dependencies. Likely > caused by some dependency activating a 3rd party repo? > > Downloading from jcenter: > https://jcenter.bintray.com/org/codehaus/groovy/groovy-json/3.0.10/groovy-json-3.0.10.jar > Downloading from jcenter: > https://jcenter.bintray.com/org/codehaus/groovy/groovy-jsr223/3.0.10/groovy-jsr223-3.0.10.jar > Downloading from jcenter: > https://jcenter.bintray.com/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.jar > Downloading from jcenter: > https://jcenter.bintray.com/org/junit/platform/junit-platform-launcher/1.8.2/junit-platform-launcher-1.8.2.jar > Downloading from jcenter: > https://jcenter.bintray.com/com/github/javaparser/javaparser-core/3.24.0/javaparser-core-3.24.0.jar > Downloaded from jcenter: > https://jcenter.bintray.com/org/codehaus/groovy/groovy-json/3.0.10/groovy-json-3.0.10.jar > (133 kB at 148 kB/s) > Downloading from jcenter: > https://jcenter.bintray.com/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.jar > Downloaded from jcenter: > https://jcenter.bintray.com/org/junit/platform/junit-platform-launcher/1.8.2/junit-platform-launcher-1.8.2.jar > (159 kB at 177 kB/s) > Downloading from jcenter: > https://jcenter.bintray.com/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.jar > Downloaded from jcenter: > https://jcenter.bintray.com/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.jar > (194 kB at 205 kB/s) > Downloading from jcenter: > https://jcenter.bintray.com/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.jar > Downloaded from jcenter: > https://jcenter.bintray.com/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.jar > (100 kB at 73 kB/s) > Downloading from jcenter: > https://jcenter.bintray.com/org/codehaus/groovy/groovy-testng/3.0.10/groovy-testng-3.0.10.jar > Downloaded from jcenter: > https://jcenter.bintray.com/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.jar > (186 kB at 120 kB/s) > Downloading from jcenter: > https://jcenter.bintray.com/org/testng/testng/7.5/testng-7.5.jar > Downloaded from jcenter: > https://jcenter.bintray.com/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.jar > (230 kB at 144 kB/s) > Downloading from jcenter: > https://jcenter.bintray.com/org/webjars/jquery/3.5.1/jquery-3.5.1.jar > Downloaded from jcenter: > https://jcenter.bintray.com/org/codehaus/groovy/groovy-jsr223/3.0.10/groovy-jsr223-3.0.10.jar > (21 kB at 13 kB/s) > Downloaded from jcenter: > https://jcenter.bintray.com/org/codehaus/groovy/groovy-testng/3.0.10/groovy-testng-3.0.10.jar > (9.8 kB at 4.2 kB/s) > Downloaded from jcenter: > https://jcenter.bintray.com/org/webjars/jquery/3.5.1/jquery-3.5.1.jar > (313 kB at 114 kB/s) > > Trying to check where this comes from. > > LieGrue, > strub