Add test on multiplatform run configurations in multiproject build
The current behaviour is undesired, see next commit for fix
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user