Skip to content

Commit 1daee53

Browse files
authored
add debug
1 parent 442eec6 commit 1daee53

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ jobs:
4141
with:
4242
gradle-version: '7.5'
4343

44+
- name: Debug Gradle Properties
45+
run: |
46+
gradle properties --info \
47+
-Dusername="${ARTIFACTORY_USER}" \
48+
-Dpassword="${ARTIFACTORY_PASSWORD}" \
49+
-Drepository_url="${ARTIFACTORY_URL}"
50+
4451
- name: Build files
4552
run: |
4653
gradle build -x test --info \

0 commit comments

Comments
 (0)