Skip to content

Commit

Permalink
fix: fix wrong sentry packaging for java 8 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
titivermeesch committed Dec 4, 2023
1 parent b5e328d commit ee8123d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java8-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ shadowJar {
include(dependency('joda-time:joda-time:2.10.13'))
include(dependency('org.jeasy:easy-rules-core:4.1.0'))
include(dependency('org.apache.commons:commons-text:1.9'))
include(dependency('io.sentry:sentry:7.0.0'))
}
// Needed in case the server software already packs sentry
relocate 'io.sentry', 'me.playbosswar.com.commandtimer.sentry'
Expand All @@ -57,8 +58,7 @@ dependencies {
implementation 'org.jeasy:easy-rules-core:4.1.0'
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
implementation 'org.apache.commons:commons-text:1.9'
implementation platform('io.sentry:sentry-bom:7.0.0')
implementation('io.sentry:sentry')
implementation 'io.sentry:sentry:7.0.0'
compileOnly 'org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT'
compileOnly 'me.clip:placeholderapi:2.10.9'
compileOnly 'org.jetbrains:annotations:23.0.0'
Expand Down

0 comments on commit ee8123d

Please sign in to comment.