File tree Expand file tree Collapse file tree 11 files changed +3
-25
lines changed Expand file tree Collapse file tree 11 files changed +3
-25
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ intellijToolkit {
1212}
1313
1414dependencies {
15- intellijPlatform {
16- localPlugin(project(" :plugin-core" ))
17- }
18-
1915 implementation(project(" :plugin-amazonq:shared:jetbrains-community" ))
2016 // everything references codewhisperer, which is not ideal
2117 implementation(project(" :plugin-amazonq:codewhisperer:jetbrains-community" ))
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ intellijToolkit {
1212}
1313
1414dependencies {
15- intellijPlatform {
16- localPlugin(project(" :plugin-core" ))
17- }
18-
1915 implementation(project(" :plugin-amazonq:shared:jetbrains-community" ))
2016 // hack because transform has a chat entrypoint
2117 implementation(project(" :plugin-amazonq:chat:jetbrains-community" ))
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ intellijToolkit {
1212}
1313
1414dependencies {
15- intellijPlatform {
16- localPlugin(project(" :plugin-core" ))
17- }
18-
1915 compileOnly(project(" :plugin-core:jetbrains-community" ))
2016
2117 implementation(project(" :plugin-amazonq:shared:jetbrains-community" ))
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ intellijToolkit {
1212}
1313
1414dependencies {
15- intellijPlatform {
16- localPlugin(project(" :plugin-core" ))
17- }
18-
1915 compileOnly(project(" :plugin-amazonq:codewhisperer:jetbrains-community" ))
2016 compileOnly(project(" :plugin-amazonq:shared:jetbrains-ultimate" ))
2117
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ intellijToolkit {
1414
1515dependencies {
1616 intellijPlatform {
17- localPlugin(project(" :plugin-core" ))
1817 platformDependency(Coordinates (groupId = " com.jetbrains.intellij.rd" , artifactId = " rd-platform" ))
1918 }
2019
Original file line number Diff line number Diff line change 22<!-- SPDX-License-Identifier: Apache-2.0 -->
33
44<idea-plugin xmlns : xi =" http://www.w3.org/2001/XInclude" >
5+ <xi : include href =" /META-INF/aws.toolkit.core.xml" />
6+
57 <extensions defaultExtensionNs =" aws.toolkit.core" >
68 <credentialProviderFactory implementation =" software.aws.toolkits.jetbrains.core.credentials.profiles.ProfileCredentialProviderFactory" />
79
1012 <connection .pinned.feature implementation =" software.aws.toolkits.jetbrains.core.credentials.pinning.QConnection" />
1113 </extensions >
1214</idea-plugin >
15+ \
Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ intellijToolkit {
3333
3434dependencies {
3535 intellijPlatform {
36- localPlugin(project(" :plugin-core" ))
37-
3836 bundledModule(" intellij.platform.vcs.dvcs.impl" )
3937 bundledModule(" intellij.libraries.microba" )
4038 }
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ configurations {
7575
7676dependencies {
7777 intellijPlatform {
78- localPlugin(project(" :plugin-core" ))
7978 testFramework(TestFrameworkType .Bundled )
8079
8180 // FIX_WHEN_MIN_IS_251: https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1774
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ intellijToolkit {
1616}
1717
1818dependencies {
19- intellijPlatform {
20- localPlugin(project(" :plugin-core" ))
21- }
2219 compileOnlyApi(project(" :plugin-toolkit:jetbrains-core" ))
2320 compileOnlyApi(project(" :plugin-core:jetbrains-ultimate" ))
2421
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ intellijPlatform {
3232
3333dependencies {
3434 intellijPlatform {
35- localPlugin(project(" :plugin-core" ))
3635 localPlugin(project(" :plugin-amazonq" ))
3736 localPlugin(project(" :plugin-toolkit:intellij-standalone" ))
3837 }
You can’t perform that action at this time.
0 commit comments