Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 547 Bytes

File metadata and controls

19 lines (15 loc) · 547 Bytes

[:] Example Gradle Project.........

An example gradle project to demonstrate srcclr scans.

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

## With SourceClear's Gradle 
```
git clone https://github.com/srcclr/example-java-gradle
cd example-java-gradle
git checkout gradle-plugin-5.5.1 // the plugin is already setup in build.gradle in this branch
SRCCLR_API_TOKEN=<yourSourceClearToken> ./gradlew clean build srcclr
```