We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f14794 commit 082efdeCopy full SHA for 082efde
README.adoc
@@ -5,7 +5,7 @@
5
:surefire-version: 3.0.0-M7
6
:testng-min-version: 6.14.3
7
:testng-max-version: 7.5
8
-:testng-engine-version: 1.0.3
+:testng-engine-version: 1.0.4
9
10
Allows executing https://testng.org[TestNG] tests on the JUnit Platform
11
gradle.properties
@@ -1,5 +1,5 @@
1
group = org.junit.support
2
-version = 1.0.3
+version = 1.0.4
3
description = Allows executing TestNG tests on the JUnit Platform
4
org.gradle.java.installations.fromEnv=TOOLCHAIN_JDK
0 commit comments