Skip to content

Commit

Permalink
Merge pull request #40 from Link-MIND/Fix/#39
Browse files Browse the repository at this point in the history
[#39] fix: build.gradle 업데이트
  • Loading branch information
sss4920 committed Jan 10, 2024
2 parents 8921b5c + 3b75ef4 commit c6fc393
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions linkmind/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ plugins {
id 'java'
id 'org.springframework.boot' version '3.2.0'
id 'io.spring.dependency-management' version '1.1.4'
id "io.sentry.jvm.gradle" version "4.1.1"
}

group = 'com.app'
Expand Down Expand Up @@ -39,6 +38,7 @@ dependencies {
runtimeOnly 'com.mysql:mysql-connector-j'
implementation 'org.springframework.boot:spring-boot-starter-validation'

implementation 'io.sentry:sentry-spring-boot-starter:5.7.0'
//JWT
implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.11.2'
implementation group: 'io.jsonwebtoken', name: 'jjwt-impl', version: '0.11.2'
Expand Down Expand Up @@ -76,14 +76,3 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}

sentry {
// Generates a JVM (Java, Kotlin, etc.) source bundle and uploads your source code to Sentry.
// This enables source context, allowing you to see your source
// code as part of your stack traces in Sentry.
includeSourceContext = true

org = "linkmind"
projectName = "java-spring-boot"
authToken = System.getenv("SENTRY_TOKEN")
}

0 comments on commit c6fc393

Please sign in to comment.