Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/sca-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --fail-on=all --all-sub-projects
args: --fail-on=all --all-sub-projects
json: true
continue-on-error: true
- uses: contentstack/sca-policy@main
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading