Skip to content

Commit

Permalink
chore: Gradle build scan 레포트 발행 활성화 (#7)
Browse files Browse the repository at this point in the history
chore: 빌드 스캔 약관 동의 승인하는 코드 추가
  • Loading branch information
uwoobeat authored Jan 8, 2024
1 parent 0f1570d commit 3f67584
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
plugins {
id "com.gradle.enterprise" version "3.15.1"
}

gradleEnterprise {
buildScan {
publishAlwaysIf(System.getenv("CI") != null)
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
}

rootProject.name = 'gdsc'

0 comments on commit 3f67584

Please sign in to comment.