Skip to content

Commit

Permalink
build: sonarCloud 컴파일 제외
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-so committed Mar 30, 2024
1 parent a94f7cc commit 4a648c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,10 @@ sonar {
property "sonar.organization", "eodya-backend"
property "sonar.host.url", "https://sonarcloud.io"
}
}

sonarqube {
properties {
property "sonar.gradle.skipCompile", "true"
}
}

0 comments on commit 4a648c6

Please sign in to comment.