gg.hubblemc.linting
Owner: Koding Dev
Pre-configured linting for HubbleMC projects.
Sources: https://github.com/HubbleMC/gradle-plugin
Version 2.0.3
2.0.3
Created 23 February 2023.
Pre-configured linting for HubbleMC projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("gg.hubblemc.linting") version "2.0.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gg.hubblemc:gradle-plugin:2.0.3") } } apply(plugin = "gg.hubblemc.linting")
- Applying plugins to all subprojects .