mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-05 06:01:34 +00:00
Update plugin descriptions.
This commit is contained in:
@ -36,7 +36,7 @@ gradlePlugin {
|
|||||||
implementationClass = "gay.pizza.foundation.concrete.ConcreteRootPlugin"
|
implementationClass = "gay.pizza.foundation.concrete.ConcreteRootPlugin"
|
||||||
|
|
||||||
displayName = "Concrete Root"
|
displayName = "Concrete Root"
|
||||||
description = "Concrete project root."
|
description = "Gradle conventions for Foundation Bukkit plugins. Root project plugin."
|
||||||
}
|
}
|
||||||
|
|
||||||
create("concrete-base") {
|
create("concrete-base") {
|
||||||
@ -44,7 +44,7 @@ gradlePlugin {
|
|||||||
implementationClass = "gay.pizza.foundation.concrete.ConcreteBasePlugin"
|
implementationClass = "gay.pizza.foundation.concrete.ConcreteBasePlugin"
|
||||||
|
|
||||||
displayName = "Concrete Base"
|
displayName = "Concrete Base"
|
||||||
description = "Concrete project base."
|
description = "Gradle conventions for Foundation Bukkit plugins. Base project plugin."
|
||||||
}
|
}
|
||||||
|
|
||||||
create("concrete-library") {
|
create("concrete-library") {
|
||||||
@ -52,7 +52,7 @@ gradlePlugin {
|
|||||||
implementationClass = "gay.pizza.foundation.concrete.ConcreteLibraryPlugin"
|
implementationClass = "gay.pizza.foundation.concrete.ConcreteLibraryPlugin"
|
||||||
|
|
||||||
displayName = "Concrete Library"
|
displayName = "Concrete Library"
|
||||||
description = "Concrete project library."
|
description = "Gradle conventions for Foundation Bukkit plugins. Library project plugin."
|
||||||
}
|
}
|
||||||
|
|
||||||
create("concrete-plugin") {
|
create("concrete-plugin") {
|
||||||
@ -60,7 +60,7 @@ gradlePlugin {
|
|||||||
implementationClass = "gay.pizza.foundation.concrete.ConcretePluginPlugin"
|
implementationClass = "gay.pizza.foundation.concrete.ConcretePluginPlugin"
|
||||||
|
|
||||||
displayName = "Concrete Library"
|
displayName = "Concrete Library"
|
||||||
description = "Concrete project plugin."
|
description = "Gradle conventions for Foundation Bukkit plugins. Plugin project plugin."
|
||||||
}
|
}
|
||||||
|
|
||||||
forEach { declaration ->
|
forEach { declaration ->
|
||||||
|
Reference in New Issue
Block a user