mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-26 22:55:39 +00:00
12 lines
227 B
Plaintext
12 lines
227 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
maven("https://wav.jfrog.io/artifactory/repo/")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "ForkTest"
|
|
|
|
include("ForkTest-API", "ForkTest-Server")
|