Spek: JUnit Platform Runner 1.0.0 does not work with Spek v1.1.4

Created on 14 Sep 2017  路  7Comments  路  Source: spekframework/spek

The latest release of JUnit Platform Runner 1.0.0 does not seem to work with Spek 1.1.4, throwing the following error:

WARNING: TestEngine with ID 'spek' failed to discover tests
java.lang.IllegalAccessError: tried to access method org.junit.platform.engine.support.descriptor.ClassSource.<init>(Ljava/lang/Class;)V from class org.jetbrains.spek.engine.SpekTestEngine
        at org.jetbrains.spek.engine.SpekTestEngine.resolveSpec(SpekTestEngine.kt:114)

However, JUnit platform runner 1.0.0-RC3 works just fine.

Most helpful comment

Should be fixed by #260, please wait for new release :)

All 7 comments

Should be fixed by #260, please wait for new release :)

Great to see this has been fixed already :) Any ETA on the release @raniejade?

+1

Sorry for the delays, doing the release now. 1.1.5 will be available in bintray and central in a couple of hours.

Awesome, thanks!

Yay it works :) @raniejade will 1.1.5 be available via jcenter/central given that it's an EAP release? At the moment I have to add the jetbrains repo. If it's not, when's the next normal release?

+1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

volkdown picture volkdown  路  6Comments

jcornaz picture jcornaz  路  4Comments

fabiocarballo picture fabiocarballo  路  3Comments

windyboy picture windyboy  路  3Comments

svenjacobs picture svenjacobs  路  6Comments