log4shell-vulnerable-app icon indicating copy to clipboard operation
log4shell-vulnerable-app copied to clipboard

gretty not found in Gradle Central Plugin Repo

Open kbmulligan opened this issue 3 years ago • 3 comments

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.

  • Where: Build file '[REDACTED]/log4shell-vulnerable-app/build.gradle' line: 3

  • What went wrong: Plugin [id: 'org.gretty', version: '3.0.5'] was not found in any of the following sources:

  • Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
  • Plugin Repositories (could not resolve plugin artifact 'org.gretty:org.gretty.gradle.plugin:3.0.5') Searched in the following repositories: Gradle Central Plugin Repository

I'm using JDK 8 and Ubuntu 14.04 intentionally.

Is this a problem on my end?

kbmulligan avatar Aug 20 '22 19:08 kbmulligan

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

  • up-to-date ArchLinux
  • JDK 11

./gradlew appRun builds and runs the service.

tothi avatar Aug 21 '22 18:08 tothi

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

tothi avatar Aug 21 '22 22:08 tothi

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

kbmulligan avatar Aug 21 '22 22:08 kbmulligan