cc2884b8ae
The current behaviour is undesired, see next commit for fix
13 lines
274 B
Groovy
Vendored
13 lines
274 B
Groovy
Vendored
pluginManagement {
|
|
repositories {
|
|
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
|
|
|
|
mavenCentral()
|
|
|
|
maven { url 'https://plugins.gradle.org/m2/' }
|
|
}
|
|
}
|
|
rootProject.name = 'testsInMultiprojectBuild'
|
|
include 'subproject'
|
|
|