Gradle 4 and Android plugin 3, fix #433

This commit is contained in:
Emux
2017-10-27 11:54:45 +03:00
parent df5bcd583f
commit cbdeb58c2f
27 changed files with 228 additions and 236 deletions

View File

@@ -1,8 +1,8 @@
apply plugin: 'java'
apply plugin: 'java-library'
apply plugin: 'maven'
dependencies {
compile "org.slf4j:slf4j-api:$slf4jVersion"
implementation "org.slf4j:slf4j-api:$slf4jVersion"
compileOnly 'com.google.code.findbugs:jsr305:3.0.1'
}