Skip to content

Commit

Permalink
[sicpa-dlab#63] Provide native support for multiple recipients
Browse files Browse the repository at this point in the history
  • Loading branch information
tdiesler committed Dec 20, 2022
1 parent 1c26ba9 commit 6e9a229
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ group=org.didcommx

kotlinJvm=1.7.20
jvmTarget=1.8
nimbusJoseJWTVersion=9.16-preview.1
# nimbusJoseJWTVersion=9.25.6
nimbusJoseJWTVersion=9.25.6
ktlintGradle=10.1.0
googleTinkVersion=1.6.1
zmanVarint=1.0.0
Expand Down
14 changes: 0 additions & 14 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,6 @@ compileTestKotlin {
kotlinOptions.jvmTarget = "${jvmTarget}"
}

// TODO: remove once necessary version of Nimbus is published to Maven
shadowJar {
// @see https://youtrack.jetbrains.com/issue/KT-25709
exclude("**/*.kotlin_metadata")
exclude("**/*.kotlin_builtins")

dependencies {
include(dependency("com.nimbusds:nimbus-jose-jwt"))
include(dependency("com.github.multiformats:java-multibase"))
}

archiveClassifier.set("") // remove suffix `-all` as intellij can"t find the library otherwise
}

// TODO tune settings
jmh {
benchmarkMode = ["thrpt", "avgt"]
Expand Down

0 comments on commit 6e9a229

Please sign in to comment.