mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-14 19:34:54 -05:00
11 lines
206 B
Text
11 lines
206 B
Text
|
pluginManagement {
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
maven("https://wav.jfrog.io/artifactory/repo/")
|
||
|
}
|
||
|
}
|
||
|
|
||
|
rootProject.name = "ForkTest"
|
||
|
|
||
|
include("ForkTest-API", "ForkTest-Server")
|