Skip to content

EarthMC/earthmc-gradle-conventions

Repository files navigation

earthmc-gradle-conventions

Latest version badge

settings.gradle.kts

pluginManagement {
    repositories {
        gradlePluginPortal()
        maven("https://repo.earthmc.net/public")
    }
}

build.gradle.kts

plugins {
    id("net.earthmc.conventions.java") version "<VERSION>"
}

About

Gradle convention plugins for EarthMC projects.

Resources

Stars

Watchers

Forks

Contributors

Languages