Skip to content

Not working with junit-jupiter 6+ (new release) #1588

@jehon

Description

@jehon

When running with junit-jupiter version 6+, the plugin complain:

'org.junit.platform.commons.annotation.Testable' on project build path. JUnit 5 tests can only be run if JUnit 5 is on the build path.

pom dependency:

	<dependency>
		<groupId>org.junit.jupiter</groupId>
		<artifactId>junit-jupiter</artifactId>
		<version>6.0.1</version>
		<scope>test</scope>
	</dependency>

I am not surprised, but I think we could make it work.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions