gay.pizza.foundation.concrete-library
Owner: Alex Zenla
Gradle conventions for Foundation Bukkit plugins. Library project plugin.
https://github.com/GayPizzaSpecifications/concrete
Sources: https://github.com/GayPizzaSpecifications/concrete
Version 0.11.0
0.11.0
Created 08 February 2023.
Gradle conventions for Foundation Bukkit plugins. Library project plugin.
Add this plugin to your build using the plugins DSL:
plugins {
id("gay.pizza.foundation.concrete-library") version "0.11.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gay.pizza.foundation:concrete:0.11.0") } } apply(plugin = "gay.pizza.foundation.concrete-library")
- Applying plugins to all subprojects .