Skip to content

Commit

Permalink
Fix more build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dstuebe committed Nov 17, 2018
1 parent 78cb0b2 commit 516d5c0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ group 'com.upserve'

description = """Uppend: fast, append-only key-multivalue store"""

task wrapper(type: Wrapper) {
gradleVersion = '4.10.2'
}

// TODO unused-dependency is broken - claims all dependencies are unused!
//gradleLint.rules += 'unused-dependency'

Expand Down Expand Up @@ -69,8 +65,8 @@ dependencies {

gradleLint.ignore {
// gradle-lint doesn't like log4j because it's not used directly
compile 'org.apache.logging.log4j:log4j-core:2.8'
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.8'
annotationProcessor 'org.apache.logging.log4j:log4j-core:2.8'
annotationProcessor 'org.apache.logging.log4j:log4j-slf4j-impl:2.8'
}
}

Expand Down

0 comments on commit 516d5c0

Please sign in to comment.