File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ tasks.prepareTestSandbox {
32
32
val pluginXmlJar = project(" :plugin-amazonq" ).tasks.jar
33
33
34
34
dependsOn(pluginXmlJar)
35
- from(intellijPlatform.projectName.map { " $it /lib " } ) {
36
- into(pluginXmlJar )
35
+ from(pluginXmlJar ) {
36
+ into(intellijPlatform.projectName.map { " $it /lib " } )
37
37
}
38
38
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ tasks.prepareTestSandbox {
31
31
val pluginXmlJar = project(" :plugin-amazonq" ).tasks.jar
32
32
33
33
dependsOn(pluginXmlJar)
34
- from(intellijPlatform.projectName.map { " $it /lib " } ) {
35
- into(pluginXmlJar )
34
+ from(pluginXmlJar ) {
35
+ into(intellijPlatform.projectName.map { " $it /lib " } )
36
36
}
37
37
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ tasks.prepareTestSandbox {
31
31
val pluginXmlJar = project(" :plugin-amazonq" ).tasks.jar
32
32
33
33
dependsOn(pluginXmlJar)
34
- from(intellijPlatform.projectName.map { " $it /lib " } ) {
35
- into(pluginXmlJar )
34
+ from(pluginXmlJar ) {
35
+ into(intellijPlatform.projectName.map { " $it /lib " } )
36
36
}
37
37
}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ tasks.prepareTestSandbox {
30
30
val pluginXmlJar = project(" :plugin-amazonq" ).tasks.jar
31
31
32
32
dependsOn(pluginXmlJar)
33
- from(intellijPlatform.projectName.map { " $it /lib " } ) {
34
- into(pluginXmlJar )
33
+ from(pluginXmlJar ) {
34
+ into(intellijPlatform.projectName.map { " $it /lib " } )
35
35
}
36
36
}
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ tasks.prepareTestSandbox {
95
95
val pluginXmlJar = project(" :plugin-core" ).tasks.jar
96
96
97
97
dependsOn(pluginXmlJar)
98
- from(intellijPlatform.projectName.map { " $it /lib " } ) {
99
- into(pluginXmlJar )
98
+ from(pluginXmlJar ) {
99
+ into(intellijPlatform.projectName.map { " $it /lib " } )
100
100
}
101
101
}
Original file line number Diff line number Diff line change @@ -151,8 +151,8 @@ listOf(
151
151
runtimeClasspath.setFrom(gatewayOnlyRuntimeClasspath)
152
152
153
153
dependsOn(gatewayOnlyResourcesJar)
154
- from(intellijPlatform.projectName.map { " $it /lib " } ) {
155
- into(gatewayOnlyResourcesJar )
154
+ from(gatewayOnlyResourcesJar ) {
155
+ into(intellijPlatform.projectName.map { " $it /lib " } )
156
156
}
157
157
}
158
158
}
Original file line number Diff line number Diff line change @@ -338,8 +338,8 @@ tasks.withType<PrepareSandboxTask>().configureEach {
338
338
339
339
dependsOn(resharperDllsDir)
340
340
341
- from(intellijPlatform.projectName.map { " $it /dotnet " } ) {
342
- into(resharperDllsDir )
341
+ from(resharperDllsDir ) {
342
+ into(intellijPlatform.projectName.map { " $it /dotnet " } )
343
343
}
344
344
}
345
345
You can’t perform that action at this time.
0 commit comments