Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 451 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 451 Bytes

Remora - o7studios Gradle helper plugin

Remora is a Gradle plugin made for o7studios Gradle projects. It includes automatic shipping of libraries like lombok, publishing to Sonatype repositories and compiler configurations.

Configuration

Configure your Gradle module by doing the following:

// build.gradle.kts

plugins {
    id("studio.o7.remora")
}

remora {
    groupId = "studio.o7"
    artifactId = "example-project"
}