Skip to content

Commit

Permalink
fix dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorjoinu committed Sep 16, 2020
1 parent b08c0de commit a7ceafe
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ dependencies {
implementation 'com.github.kittinunf.fuel:fuel-coroutines:2.2.3'
implementation 'co.nstant.in:cbor:0.9'
implementation 'net.i2p.crypto:eddsa:0.3.0'

api 'com.github.square:kotlinpoet:1.6.0'

implementation('com.github.h0tk3y.betterParse:better-parse-jvm:0.4.0') { transitive = true }
implementation 'com.github.square:kotlinpoet:1.6.0'
implementation 'com.github.h0tk3y.betterParse:better-parse-jvm:0.4.0'

testImplementation(
'org.junit.jupiter:junit-jupiter:5.6.2',
Expand All @@ -34,17 +32,6 @@ dependencies {
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.10'
}

jar {
from {
configurations.default
.filter {
it.name.startsWith("better-parse")
}
.collect {
it.isDirectory() ? it : zipTree(it)
}
}
}

compileKotlin {
kotlinOptions.jvmTarget = "1.8"
Expand Down

0 comments on commit a7ceafe

Please sign in to comment.