Skip to content

Commit

Permalink
build: Don't include JetBrains annotations in the jar
Browse files Browse the repository at this point in the history
Shouldn't cause any issues
  • Loading branch information
Nadwey committed Jan 11, 2025
1 parent ccfa0cb commit 85e8c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
// For proper scheduling between Bukkit-Folia like servers, https://github.com/Anon8281/UniversalScheduler
implementation("com.github.Anon8281:UniversalScheduler:0.1.3-dev")
// Nice annotations, I prefer these to Lombok's, https://www.jetbrains.com/help/idea/annotating-source-code.html
implementation("org.jetbrains:annotations:16.0.2")
compileOnly("org.jetbrains:annotations:26.0.1")
// MongoDB & log4j to suppress MongoDB's logger
implementation("org.mongodb:mongodb-driver-sync:5.3.0-beta0")
compileOnly("org.apache.logging.log4j:log4j-core:2.23.1")
Expand Down

0 comments on commit 85e8c49

Please sign in to comment.