Add starting build.gradle file
This commit is contained in:
parent
4e39bfb945
commit
d88e07dd2d
10
gradle/gradle-fat-jar/build.gradle
Normal file
10
gradle/gradle-fat-jar/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
apply plugin: 'java'
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies{
|
||||||
|
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
|
||||||
|
compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25'
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user