Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 594 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 594 Bytes

Introduction

Sample project to show how to invoke reactive-audit directly from the following build tools

  • Maven
  • Gradle
  • SBT

Usage

Simply replicate and adapt the build configuration of your project for your preferred build tool as done in this project. Then, depending on task type you need to invoke (Run or Audit), just launch the corresponding command line:

Builder Run Audit
Maven $ mvn exec:java -Prun $ mvn integration-test -Paudit
Gradle $ gradle run $ gradle audit
SBT $ sbt run $ sbt audit