mirror of
https://github.com/ChronosX88/Influence-Bootstrap-Node.git
synced 2024-11-09 18:01:01 +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 {
|
buildscript {
|
||||||
id 'java'
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
|
jcenter()
|
||||||
}
|
}
|
||||||
|
|
||||||
version '1.0-SNAPSHOT'
|
dependencies {
|
||||||
|
classpath 'com.github.jengelman.gradle.plugins:shadow:4.0.4'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
apply plugin: 'java'
|
||||||
|
apply plugin: 'com.github.johnrengelman.shadow'
|
||||||
|
|
||||||
|
version '0.2'
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user