Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 496 Bytes

File metadata and controls

23 lines (15 loc) · 496 Bytes

Contributing to reqstool-java-gradle-plugin

Thank you for your interest in contributing!

For DCO sign-off, commit conventions, and code review process, see the organization-wide CONTRIBUTING.md.

Prerequisites

  • Java 21+
  • Gradle 9.3+ (use the wrapper)

Setup

git clone https://github.com/reqstool/reqstool-java-gradle-plugin.git
cd reqstool-java-gradle-plugin

Build & Test

./gradlew build