tothi / log4shell-vulnerable-app

A Basic Java Application Vulnerable to the Log4Shell RCE
38 stars 32 forks source link

gretty not found in Gradle Central Plugin Repo #4

Open kbmulligan opened 2 years ago

kbmulligan commented 2 years ago

I could definitely be missing something here, but when I do the build step './gradlew appRun' I receive the following error:

FAILURE: Build failed with an exception.

I'm using JDK 8 and Ubuntu 14.04 intentionally.

Is this a problem on my end?

tothi commented 2 years ago

Working for me. Little bit different test env on my end:

./gradlew appRun builds and runs the service.

tothi commented 2 years ago

switched to JDK 8 (openjdk), also working on my end.

kbmulligan commented 2 years ago

Ok, thank you for looking into it. Must be something I'm missing.