Build: Cleanup old platforms from the build
This commit is contained in:
committed by
teamcityserver
parent
a4005cef19
commit
32f811e0ec
@@ -65,19 +65,13 @@ dependencies {
|
||||
|
||||
Ide.IJ {
|
||||
testRuntime(intellijPluginDep("maven"))
|
||||
|
||||
if (Ide.IJ201.orHigher()) {
|
||||
testRuntime(intellijPluginDep("repository-search"))
|
||||
}
|
||||
testRuntime(intellijPluginDep("repository-search"))
|
||||
}
|
||||
|
||||
testRuntime(intellijPluginDep("testng"))
|
||||
|
||||
if (Ide.AS36.orHigher()) {
|
||||
Ide.AS {
|
||||
testRuntime(intellijPluginDep("android-layoutlib"))
|
||||
}
|
||||
|
||||
if (Ide.AS41.orHigher()) {
|
||||
testRuntime(intellijPluginDep("platform-images"))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,13 +13,7 @@ dependencies {
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
if (Ide.IJ() && Platform[183].orLower()) {
|
||||
"main" {
|
||||
projectDefault()
|
||||
}
|
||||
} else {
|
||||
"main" {}
|
||||
}
|
||||
"main" {}
|
||||
"test" {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user