mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-04 05:31:34 +00:00
Support for base projects which do not contain the Bukkit API.
Also fixes a bug where root and plugin couldn't exist in the same project.
This commit is contained in:
@ -31,15 +31,20 @@ gradlePlugin {
|
||||
implementationClass = "lgbt.mystic.foundation.concrete.ConcreteRootPlugin"
|
||||
}
|
||||
|
||||
create("concrete-plugin") {
|
||||
id = "lgbt.mystic.foundation.concrete-plugin"
|
||||
implementationClass = "lgbt.mystic.foundation.concrete.ConcretePluginPlugin"
|
||||
create("concrete-base") {
|
||||
id = "lgbt.mystic.foundation.concrete-base"
|
||||
implementationClass = "lgbt.mystic.foundation.concrete.ConcreteBasePlugin"
|
||||
}
|
||||
|
||||
create("concrete-library") {
|
||||
id = "lgbt.mystic.foundation.concrete-library"
|
||||
implementationClass = "lgbt.mystic.foundation.concrete.ConcreteLibraryPlugin"
|
||||
}
|
||||
|
||||
create("concrete-plugin") {
|
||||
id = "lgbt.mystic.foundation.concrete-plugin"
|
||||
implementationClass = "lgbt.mystic.foundation.concrete.ConcretePluginPlugin"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user