0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-19 11:32:27 +02:00
openvpn-android/settings.gradle.kts

25 lines
580 B
Plaintext

/*
* Copyright (c) 2012-2016 Arne Schwabe
* Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
*/
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven(url = "https://jitpack.io")
}
}
include(":main")
include(":tlsexternalcertprovider")
include(":remoteExample")
//include(":yubikeyplugin")