Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 715 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (31 loc) · 715 Bytes

⚒️ Building the library

To build the library sources, please follow these steps:

  1. Clone the code from Git.

  2. Build the library sources and publish it locally, run the following Gradle command:

    windows
    ./gradlew.bat publishToMavenLocal
    Mac / Linux
    ./gradlew publishToMavenLocal

🧪 Testing the plugin

To test the library sources, please follow these steps:

windows
./gradlew.bat clean check
Mac / Linux
./gradlew clean check