tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Shadow JAR Gradle plugin version out-dated

Open UdoW opened this issue 5 years ago • 1 comments

The tutorial on how to build a FAT jar with gradle is out-dated.

Just add this on top of your build.gradle file if you want to use the Shadow JAR plugin:

plugins {
  id 'com.github.johnrengelman.shadow' version '6.0.0'
  id 'java'
}

UdoW avatar Sep 15 '20 14:09 UdoW

Hi @UdoW, Thanks for the feedback. We'll put this one on our TODO list.

kwoyke avatar Sep 17 '20 11:09 kwoyke

Hi @UdoW - We updated the code and the related tutorial. Thanks

kasramp avatar Nov 29 '23 21:11 kasramp