feat(Scout): init
This commit is contained in:
commit
9226686948
24 changed files with 1224 additions and 0 deletions
14
settings.gradle.kts
Normal file
14
settings.gradle.kts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
rootProject.name = "Awoocord"
|
||||
|
||||
// This file sets what projects are included. Every time you add a new project, you must add it
|
||||
// to the includes below.
|
||||
|
||||
// Plugins are included like this
|
||||
include(
|
||||
"Scout"
|
||||
)
|
||||
|
||||
rootProject.children.forEach {
|
||||
// Change kotlin to java if you'd rather use java
|
||||
it.projectDir = file("plugins/${it.name}")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue