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.
Configure your Gradle module by doing the following:
// build.gradle.kts
plugins {
id("studio.o7.remora")
}
remora {
groupId = "studio.o7"
artifactId = "example-project"
}