mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-04 05:31:34 +00:00
Add a concept of a concrete-library which has access to Bukkit but is not a plugin.
This commit is contained in:
@ -33,7 +33,12 @@ gradlePlugin {
|
||||
|
||||
create("concrete-plugin") {
|
||||
id = "lgbt.mystic.foundation.concrete-plugin"
|
||||
implementationClass = "lgbt.mystic.foundation.concrete.ConcreteProjectPlugin"
|
||||
implementationClass = "lgbt.mystic.foundation.concrete.ConcretePluginPlugin"
|
||||
}
|
||||
|
||||
create("concrete-library") {
|
||||
id = "lgbt.mystic.foundation.concrete-library"
|
||||
implementationClass = "lgbt.mystic.foundation.concrete.ConcreteLibraryPlugin"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user