Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Dec 14, 2022
1 parent eab4da0 commit 99c37d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ plugins {
id("com.gorylenko.gradle-git-properties") version "2.4.1"
id("io.codearte.nexus-staging") version "0.30.0"
id("me.champeau.jmh") version "0.6.8"
id("com.github.spotbugs") version "5.0.13"
}

repositories {
Expand Down Expand Up @@ -120,6 +119,9 @@ dependencies {
implementation("io.sentry:sentry-spring-boot-starter")
implementation("io.sentry:sentry-logback")

// COMPILE
compileOnly("com.github.spotbugs:spotbugs-annotations:4.7.3")

// TEST

// spring
Expand Down

0 comments on commit 99c37d9

Please sign in to comment.