b11aba354a
Motivation: We should use adaptjdk 13 and not oracle openjdk 13 when building with Java 13 Modifications: Use adopt@1.13.0-0 Result: More consistent java vendor usage
Using the docker images
cd /path/to/netty/
centos 6 with java 8
docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.centos-6.18.yaml run test
centos 7 with java 11
docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.centos-7.111.yaml run test
etc, etc