Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 398 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 398 Bytes

Contributing Guide

This guide is for engineers who are working on Collibra Gradle Versioning Plugin.

Clone the project

git clone git@github.com:collibra/collibra-gradle-versioning-plugin.git

== Build the project

cd collibra-gradle-versioning-plugin
./gradlew build

Formatting

This project uses Gradle Spotless plugin to verify code formatting on the pipeline