Skip to content

Commit

Permalink
chore: task 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
shindong96 committed Apr 2, 2024
1 parent f0a9c79 commit 5b893bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: sudo chmod 755 gradlew

- name: Build with Gradle
run: ./gradlew clean build -Dencryption-key=${{ secrets.ENCRYPTION_KEY }}
run: ./gradlew clean build -Pencryption-key=${{ secrets.ENCRYPTION_KEY }}
1 change: 1 addition & 0 deletions bootstrap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ dependencies {

test {
useJUnitPlatform()
systemProperty "encryption-key", project.getProperties().get("encryption-key")
}

0 comments on commit 5b893bd

Please sign in to comment.