Skip to content

Commit

Permalink
Added exclusion for JDK9 based on JDK Bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Sep 1, 2018
1 parent d5b5a3f commit 9556e9f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/it/MJAR-70-no-recreation/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@
# under the License.

# NOTE: The first time, we run up to "integration-test" phase which includes the AntRun execution which saves the
# timestamp of the first JAR for comparision with the timestamp of the JAR from the final "package" invocation.
# timestamp of the first JAR for comparison with the timestamp of the JAR from the final "package" invocation.
# Note:
# Currently the timestamp comparison does not work cause based on a Bug in JDK
# https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8177809
# So we exclude JDK 1.9
invoker.java.version = 1.9-
invoker.goals = clean integration-test package

0 comments on commit 9556e9f

Please sign in to comment.