Skip to content

Commit

Permalink
chore: JVM 변수 전달
Browse files Browse the repository at this point in the history
  • Loading branch information
kyukong committed May 2, 2024
1 parent 371b65d commit 07da6ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ subprojects {
tasks.named('test') {
useJUnitPlatform()
jvmArgs '-Xshare:off'
systemProperty "encryption-key", System.getProperties().get("encryption-key")
}
}

Expand Down

0 comments on commit 07da6ef

Please sign in to comment.