79449931

Date: 2025-02-19 00:38:24
Score: 1
Natty:
Report link

Updating madhead's answer with the new plugin id, this seems to work for me:

Add this to build.gradle:

plugins {
  id "com.gradleup.shadow" version "8.3.0"
}

and run ./gradlew shadowJar

According to the docs it looks like the plugin id changed from com.github.johnrengelman.shadow to com.gradleup.shadow

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: mathjeff