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 {
3232 val pluginXmlJar = project(" :plugin-amazonq" ).tasks.jar
3333
3434 dependsOn(pluginXmlJar)
35- from(intellijPlatform.projectName.map { " $it /lib " } ) {
36- into(pluginXmlJar )
35+ from(pluginXmlJar ) {
36+ into(intellijPlatform.projectName.map { " $it /lib " } )
3737 }
3838}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ tasks.prepareTestSandbox {
3131 val pluginXmlJar = project(" :plugin-amazonq" ).tasks.jar
3232
3333 dependsOn(pluginXmlJar)
34- from(intellijPlatform.projectName.map { " $it /lib " } ) {
35- into(pluginXmlJar )
34+ from(pluginXmlJar ) {
35+ into(intellijPlatform.projectName.map { " $it /lib " } )
3636 }
3737}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ tasks.prepareTestSandbox {
3131 val pluginXmlJar = project(" :plugin-amazonq" ).tasks.jar
3232
3333 dependsOn(pluginXmlJar)
34- from(intellijPlatform.projectName.map { " $it /lib " } ) {
35- into(pluginXmlJar )
34+ from(pluginXmlJar ) {
35+ into(intellijPlatform.projectName.map { " $it /lib " } )
3636 }
3737}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ tasks.prepareTestSandbox {
3030 val pluginXmlJar = project(" :plugin-amazonq" ).tasks.jar
3131
3232 dependsOn(pluginXmlJar)
33- from(intellijPlatform.projectName.map { " $it /lib " } ) {
34- into(pluginXmlJar )
33+ from(pluginXmlJar ) {
34+ into(intellijPlatform.projectName.map { " $it /lib " } )
3535 }
3636}
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ tasks.prepareTestSandbox {
9595 val pluginXmlJar = project(" :plugin-core" ).tasks.jar
9696
9797 dependsOn(pluginXmlJar)
98- from(intellijPlatform.projectName.map { " $it /lib " } ) {
99- into(pluginXmlJar )
98+ from(pluginXmlJar ) {
99+ into(intellijPlatform.projectName.map { " $it /lib " } )
100100 }
101101}
Original file line number Diff line number Diff line change @@ -151,8 +151,8 @@ listOf(
151151 runtimeClasspath.setFrom(gatewayOnlyRuntimeClasspath)
152152
153153 dependsOn(gatewayOnlyResourcesJar)
154- from(intellijPlatform.projectName.map { " $it /lib " } ) {
155- into(gatewayOnlyResourcesJar )
154+ from(gatewayOnlyResourcesJar ) {
155+ into(intellijPlatform.projectName.map { " $it /lib " } )
156156 }
157157 }
158158}
Original file line number Diff line number Diff line change @@ -338,8 +338,8 @@ tasks.withType<PrepareSandboxTask>().configureEach {
338338
339339 dependsOn(resharperDllsDir)
340340
341- from(intellijPlatform.projectName.map { " $it /dotnet " } ) {
342- into(resharperDllsDir )
341+ from(resharperDllsDir ) {
342+ into(intellijPlatform.projectName.map { " $it /dotnet " } )
343343 }
344344}
345345
You can’t perform that action at this time.
0 commit comments