Add test on multiplatform run configurations in multiproject build

The current behaviour is undesired, see next commit for fix
This commit is contained in:
Dmitry Savvinov
2020-02-17 18:07:39 +03:00
parent 1ea3db90e1
commit cc2884b8ae
5 changed files with 105 additions and 0 deletions
@@ -0,0 +1,12 @@
pluginManagement {
repositories {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
mavenCentral()
maven { url 'https://plugins.gradle.org/m2/' }
}
}
rootProject.name = 'testsInMultiprojectBuild'
include 'subproject'