[GitHub] groovy pull request #777: add support for JDK 10 and JDK 11 targets

2018-08-05 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/groovy/pull/777


---


[GitHub] groovy pull request #777: add support for JDK 10 and JDK 11 targets

2018-07-31 Thread keeganwitt
GitHub user keeganwitt opened a pull request:

https://github.com/apache/groovy/pull/777

add support for JDK 10 and JDK 11 targets

fixed JDK 9 string to be consistent with other targets

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/keeganwitt/groovy java-10-11

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/groovy/pull/777.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #777


commit c642cbf6395c0c0b88cb583543f3b71cbae06b7c
Author: Keegan Witt 
Date:   2018-08-01T04:32:30Z

add support for JDK 10 and JDK 11 targets
fixed JDK 9 string to be consistent with other targets




---