Skip to content

Commit 30d3d9f

Browse files
committed
1
1 parent 641b621 commit 30d3d9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/ide/jetbrains/backend-plugin/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ project(":") {
4040
if (properties("platformType") == "RD") {
4141
print("Rider: exclude unnecessary files")
4242
sourceSets["main"].kotlin.exclude("**/GitpodForceUpdateMavenProjectsActivity.kt")
43+
sourceSets["main"].kotlin.exclude("**/GradleSyncListener.kt")
4344
sourceSets["main"].kotlin.exclude("**/maven.xml")
4445
}
4546
}

0 commit comments

Comments
 (0)