OWASP / glue

Application Security Automation
Other
522 stars 112 forks source link

Changed Oracle JDK 8 for OpenJDK 8 #165

Closed PastNullInfinity closed 5 years ago

PastNullInfinity commented 5 years ago

Fixes #162 by removing the dependency with the deprecated PPA for Oracle Java 8, and using OpenJDK 8 instead.

PastNullInfinity commented 5 years ago

@omerlh Yes, I've tested the build and it works correctly. I've also ran Depchecker and it works as well.

Here's the current Java version installed:

glue@d3e9bcb2c083:~/glue$ java -version
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (build 1.8.0_212-8u212-b03-0ubuntu1.16.04.1-b03)
OpenJDK 64-Bit Server VM (build 25.212-b03, mixed mode)
omerlh commented 5 years ago

Great! thanks :)