mirror of
https://github.com/ChronosX88/Influence-Bootstrap-Node.git
synced 2024-11-08 17:31:00 +00:00
Added shadowJar plugin in build.gradle (for building fat jar)
This commit is contained in:
parent
10872a53c9
commit
b4e05758a7
16
build.gradle
16
build.gradle
@ -1,8 +1,18 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.github.jengelman.gradle.plugins:shadow:4.0.4'
|
||||
}
|
||||
}
|
||||
|
||||
version '1.0-SNAPSHOT'
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
|
||||
version '0.2'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user