Skip to content

Commit c59d64d

Browse files
authored
Merge pull request #101 from contentstack/master
back merge
2 parents 2018270 + 99cf945 commit c59d64d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/sca-scan.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ jobs:
2323
env:
2424
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2525
with:
26-
args: --fail-on=all --all-sub-projects
26+
args: --fail-on=all --all-sub-projects
27+
json: true
28+
continue-on-error: true
29+
- uses: contentstack/sca-policy@main

gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ android.enableR8.fullMode=false
44
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
55
android.suppressUnsupportedCompileSdk=34
66

7-
# Use Java 17 for JaCoCo compatibility
8-
org.gradle.java.home=/opt/homebrew/opt/openjdk@17
9-
107
# Maven Central Publishing Configuration
118
# These values should be provided by environment variables in CI
129
# For new Central Portal, use Portal Token instead of username/password

0 commit comments

Comments
 (0)