We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641b621 commit 30d3d9fCopy full SHA for 30d3d9f
components/ide/jetbrains/backend-plugin/build.gradle.kts
@@ -40,6 +40,7 @@ project(":") {
40
if (properties("platformType") == "RD") {
41
print("Rider: exclude unnecessary files")
42
sourceSets["main"].kotlin.exclude("**/GitpodForceUpdateMavenProjectsActivity.kt")
43
+ sourceSets["main"].kotlin.exclude("**/GradleSyncListener.kt")
44
sourceSets["main"].kotlin.exclude("**/maven.xml")
45
}
46
0 commit comments