Fix logging dependency problem and add wrapper
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '2.2'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral();
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'org.slf4j:slf4j-api:1.7.7'
|
||||
compile 'org.slf4j:slf4j-log4j12:1.7.7'
|
||||
compile 'org.picocontainer:picocontainer:2.15'
|
||||
compile 'junit:junit:4.12'
|
||||
compile 'junit:junit:4.12'
|
||||
}
|
||||
Reference in New Issue
Block a user