You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/07/08 15:07:26 UTC

[tomee-tck] branch master updated: Use JDK8 to build the TCK

This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/master by this push:
     new fca810d  Use JDK8 to build the TCK
fca810d is described below

commit fca810d8f81cd2743b80b6a057a675bc3a8dc899
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Mon Jul 8 15:06:27 2019 +0000

    Use JDK8 to build the TCK
---
 ec2jdk11 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ec2jdk11 b/ec2jdk11
index d11a2b1..bcece60 100644
--- a/ec2jdk11
+++ b/ec2jdk11
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # for the runner
-source "$(dirname $(readlink -f $0))/ec2jdk7"
+source "$(dirname $(readlink -f $0))/ec2jdk8"
 
 # for the standalone tomee
 export MAVEN_OPTS="-Dtck.java.home=$HOME/jdk11 -Dtck.java.version=11.0 $MAVEN_OPTS"