We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2018270 + 99cf945 commit c59d64dCopy full SHA for c59d64d
.github/workflows/sca-scan.yml
@@ -23,4 +23,7 @@ jobs:
23
env:
24
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
25
with:
26
- args: --fail-on=all --all-sub-projects
+ args: --fail-on=all --all-sub-projects
27
+ json: true
28
+ continue-on-error: true
29
+ - uses: contentstack/sca-policy@main
gradle.properties
@@ -4,9 +4,6 @@ android.enableR8.fullMode=false
4
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
5
android.suppressUnsupportedCompileSdk=34
6
7
-# Use Java 17 for JaCoCo compatibility
8
-org.gradle.java.home=/opt/homebrew/opt/openjdk@17
9
-
10
# Maven Central Publishing Configuration
11
# These values should be provided by environment variables in CI
12
# For new Central Portal, use Portal Token instead of username/password
0 commit comments