Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 20661

Refresh Gradle Project breaks JUnit 5 test in Eclipse

$
0
0

Does the same thing work on the command line?

In any case, you can remove the jar from the classpath container with the following snippet.

eclipse.classpath.file.whenMerged {
  entries.removeAll { it.path.endsWith('junit-platform-launcher-1.3.1 jar') }
}

Viewing all articles
Browse latest Browse all 20661

Trending Articles