junit5
junit5 copied to clipboard
Update settings.gradle.kts
provided it works I am testing now I will let you know if it fails.
Overview
there's no reason that this change cannot be made. We are Java 18. Just holding up everyone up for nothing and it works plus it will make it easier if there are bugs to be reported on Java 18 builds but I don't think so.
very simple change just one number 7 becomes 8 ie. Java 17 check in gradlew becomes Java 18. I should have write access to change this but whatever until you build me up with enough credential I guess...
I hereby agree to the terms of the JUnit Contributor License Agreement.
Definition of Done
- [ ] There are no TODOs left in the code
- [ ] Method preconditions are checked and documented in the method's Javadoc
- [ ] Coding conventions (e.g. for logging) have been followed
- [ ] Change is covered by automated tests including corner cases, errors, and exception handling
- [ ] Public API has Javadoc and
@API
annotations - [ ] Change is documented in the User Guide and Release Notes
- [ ] All continuous integration builds pass
REsults are as follows: someone following the advice of Oracle for Java, and everyone else will no longer be put in a situation where they cannot use Junit test cases as the build will be successful:
PS E:\can\junit5> ./gradlew clean assemble Type-safe project accessors is an incubating feature. Project accessors enabled, but root project name not explicitly set for 'buildSrc'. Checking out the project in different folders will impact the generated code and implicitly the buildscript classpath, breaking caching.
BUILD SUCCESSFUL in 4m 42s 179 actionable tasks: 133 executed, 46 from cache
A build scan was not published as you have not authenticated with server 'ge.junit.org'. For more information, please see https://gradle.com/help/gradle-authenticating-with-gradle-enterprise. PS E:\can\junit5>