Skip to content

Commit

Permalink
devops : jasypt key build.gradle add
Browse files Browse the repository at this point in the history
jasypt key build.gradle 에 SystemProperty 둜 μΆ”κ°€ν–ˆμŠ΅λ‹ˆλ‹€.
  • Loading branch information
HABINOH committed Apr 24, 2024
1 parent e33abd4 commit 801a1c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backEnd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ dependencies {

tasks.named('test') {
useJUnitPlatform()
systemProperty 'JASYPT_KEY', findProperty("JASYPT_KEY")
}

0 comments on commit 801a1c8

Please sign in to comment.