An example Android project to demonstrate SourceClear scans.
Start by installing the agent.
Clone this project:
git clone git@github.com:srcclr/example-java-gradle-android.git
cd example-java-gradle-android
Specify the location of the Android SDK in local.properties
:
echo 'sdk.dir=/path/to/Android/sdk' > local.properties
Kick off a scan:
srcclr scan
Using the Gradle plugin
Check out this branch.