gretty not found in Gradle Central Plugin Repo
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?
Working for me. Little bit different test env on my end:
- up-to-date ArchLinux
- JDK 11
./gradlew appRun builds and runs the service.
switched to JDK 8 (openjdk), also working on my end.
Ok, thank you for looking into it. Must be something I'm missing.