9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2026-01-06 15:51:31 +00:00

Update Gradle & paperweight & dependencies

This commit is contained in:
Dreeam
2023-03-11 06:18:04 -05:00
parent a24cd1ceaf
commit 66f52a6e78
5 changed files with 65 additions and 54 deletions

View File

@@ -7,17 +7,17 @@ Original license: GPL v3
Original project: https://github.com/pufferfish-gg/Pufferfish
diff --git a/build.gradle.kts b/build.gradle.kts
index 1f2ece9e66235f372881963038f958dcf87aa351..aed8456760061f08256730073d3bbd8a837b2672 100644
index 359050a6f125e16787b4f712aaea463d0014dc63..1b61f96fa04c30b7e25b0dbb24a602def228175c 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -41,6 +41,7 @@ dependencies {
apiAndDocs("net.kyori:adventure-text-logger-slf4j")
api("org.apache.logging.log4j:log4j-api:2.20.0") // Leaf - Bump Dependencies
api("org.slf4j:slf4j-api:2.0.6") // Leaf - Bump Dependencies
+ api("io.sentry:sentry:6.14.0") // Pufferfish
@@ -44,6 +44,7 @@ dependencies {
// Leaf start - Bump Dependencies
api("org.apache.logging.log4j:log4j-api:2.20.0")
api("org.slf4j:slf4j-api:2.0.6")
+ api("io.sentry:sentry:6.15.0") // Pufferfish
implementation("org.ow2.asm:asm:9.4") // Leaf - Bump Dependencies
implementation("org.ow2.asm:asm-commons:9.4") // Leaf - Bump Dependencies
implementation("org.ow2.asm:asm:9.4")
implementation("org.ow2.asm:asm-commons:9.4")
diff --git a/src/main/java/gg/pufferfish/pufferfish/sentry/SentryContext.java b/src/main/java/gg/pufferfish/pufferfish/sentry/SentryContext.java
new file mode 100644
index 0000000000000000000000000000000000000000..10310fdd53de28efb8a8250f6d3b0c8eb08fb68a