build: update shadowJar for build with gradle 5.0

This commit is contained in:
Skylot 2018-12-22 14:57:06 +03:00
parent 0f27eba1b1
commit 63c528dba9

View File

@ -1,6 +1,6 @@
plugins {
id 'edu.sc.seis.launch4j' version '2.4.4'
id 'com.github.johnrengelman.shadow' version '2.0.4'
id 'com.github.johnrengelman.shadow' version '4.0.3'
}
apply plugin: 'application'