Add shadow plugin

This commit is contained in:
mkuligowski 2017-12-03 11:26:27 +01:00
parent 867e8ef3be
commit e75a143e9f
1 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,14 @@
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.1'
}
}
apply plugin: 'java'
apply plugin: 'com.github.johnrengelman.shadow'
repositories {
mavenCentral()