Skip to content

Commit d45cfe8

Browse files
author
Fabiana Severin
committed
ci(ric): blank Java 9+ argLine for JDK 8 test run
1 parent a0a326b commit d45cfe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-runtime-interface-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
- name: Run tests
244244
env:
245245
IS_JAVA_8: true
246-
run: mvn test --file "$MODULE/pom.xml"
246+
run: mvn test -DargLineForReflectionTestOnly="" --file "$MODULE/pom.xml"
247247

248248
# JARs to attach + .so files for the fat main JAR.
249249
- name: Download native artifacts

0 commit comments

Comments
 (0)