FalconLibraryCPP/settings.gradle

9 lines
146 B
Groovy
Raw Permalink Normal View History

2019-06-26 16:52:16 +00:00
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
}
}
include 'libs'
rootProject.name = 'FalconLibrary'