[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix #41 java.lang.NoSuchMethodError
Browse files Browse the repository at this point in the history
  • Loading branch information
izhangzhihao committed Sep 23, 2020
1 parent f03b981 commit 2b39a3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ dependencies {
}
implementation('io.timeandspace:cron-scheduler:0.1')
implementation('javazoom:jlayer:1.0.1')
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.10.+") {
exclude module: "kotlin-stdlib"
exclude module: "kotlin-reflect"
}
}

sourceCompatibility = javaVersion
Expand Down

0 comments on commit 2b39a3a

Please sign in to comment.