diff --git a/.github/workflows/sca-scan.yml b/.github/workflows/sca-scan.yml index ed7912f3..593c692a 100644 --- a/.github/workflows/sca-scan.yml +++ b/.github/workflows/sca-scan.yml @@ -23,4 +23,7 @@ jobs: env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - args: --fail-on=all --all-sub-projects \ No newline at end of file + args: --fail-on=all --all-sub-projects + json: true + continue-on-error: true + - uses: contentstack/sca-policy@main diff --git a/gradle.properties b/gradle.properties index 6b2aafb4..e3822e8b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,9 +4,6 @@ android.enableR8.fullMode=false org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m android.suppressUnsupportedCompileSdk=34 -# Use Java 17 for JaCoCo compatibility -org.gradle.java.home=/opt/homebrew/opt/openjdk@17 - # Maven Central Publishing Configuration # These values should be provided by environment variables in CI # For new Central Portal, use Portal Token instead of username/password