Skip to content

Commit a140128

Browse files
committed
oops
1 parent 51bd43e commit a140128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/toolkit/jetbrains-gateway/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ tasks.jar {
138138
}
139139

140140
tasks.withType<PrepareSandboxTask>().configureEach {
141-
from(intellijPlatform.projectName.map { "$it/gateway-resources" }) {
142-
into(gatewayResourcesDir)
141+
from(gatewayResourcesDir) {
142+
into(intellijPlatform.projectName.map { "$it/gateway-resources" })
143143
}
144144
}
145145

0 commit comments

Comments
 (0)