Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 541 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 541 Bytes

[:] Example Gradle Project

An example gradle project to demonstrate srcclr scans.

Try me!

brew tap srcclr/srcclr
brew install srcclr
srcclr activate
srcclr scan --url https://github.com/srcclr/example-java-gradle

With SourceClear's Gradle Plugin

git clone https://github.com/srcclr/example-java-gradle
cd example-java-gradle
git checkout gradle-plugin-2.2 // the plugin is already setup in build.gradle in this branch
SRCCLR_API_TOKEN=<yourSourceClearToken> ./gradlew clean build srcclr