mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-04 13:41:33 +00:00
Mixed project sample and more bug fixes.
This commit is contained in:
5
samples/mixed/settings.gradle.kts
Normal file
5
samples/mixed/settings.gradle.kts
Normal file
@ -0,0 +1,5 @@
|
||||
includeBuild("../..")
|
||||
include(":bukkit-plugins")
|
||||
include(":bukkit-plugins:hello-world")
|
||||
include(":bukkit-plugins:goodbye-world")
|
||||
include(":other-library")
|
Reference in New Issue
Block a user