Skip to content

Commit bf13892

Browse files
Update .gitattributes with binary files
1 parent c12c330 commit bf13892

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.gitattributes

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# Normalize line endings to LF.
2-
* text eol=lf
1+
# Normalize line endings to auto.
2+
* text auto
3+
4+
# Ensure the following are treated as binary.
5+
*.jar binary
6+
*.jpeg binary
7+
*.jpg binary
8+
*.keystore binary
9+
*.cer binary

.github/workflows/continuous-integration-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
8181
- name: Check with Gradle
8282
run: |
83-
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
84-
export GRADLE_ENTERPRISE_CACHE_PASSWORD="$GRADLE_ENTERPRISE_CACHE_PASSWORD"
85-
export GRADLE_ENTERPRISE_ACCESS_KEY="$GRADLE_ENTERPRISE_SECRET_ACCESS_KEY"
83+
set GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
84+
set GRADLE_ENTERPRISE_CACHE_PASSWORD="$GRADLE_ENTERPRISE_CACHE_PASSWORD"
85+
set GRADLE_ENTERPRISE_ACCESS_KEY="$GRADLE_ENTERPRISE_SECRET_ACCESS_KEY"
8686
./gradlew check -PartifactoryUsername="$ARTIFACTORY_USERNAME" -PartifactoryPassword="$ARTIFACTORY_PASSWORD"
8787
snapshot_tests:
8888
name: Test against snapshots

0 commit comments

Comments
 (0)