You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`gradle :buildSrc:test` is passed with Gradle 9 now.
Fix:
```
Could not set unknown property 'sourceCompatibility' for root project 'junit-5112049806825616538' of type org.gradle.api.Project.
```
and
```
Failed to load JUnit Platform. Please ensure that the JUnit Platform is available on the test runtime classpath.
```
Signed-off-by: Yanming Zhou <[email protected]>
0 commit comments