File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
plugins/toolkit/jetbrains-gateway Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,14 @@ listOf(
66
66
67
67
dependencies {
68
68
intellijPlatform {
69
- pluginModule(project(" :plugin-toolkit:jetbrains-core" , " gatewayArtifacts" ))
70
-
71
69
pluginVerifier()
72
70
73
71
testFramework(TestFrameworkType .Bundled )
74
72
}
75
73
76
74
// link against :j-c: and rely on :intellij-standalone:composeJar to pull in :j-c:instrumentedJar, but gateway variant when from :jetbrains-gateway
77
75
compileOnly(project(" :plugin-toolkit:jetbrains-core" ))
76
+ gatewayOnlyRuntimeOnly(project(" :plugin-toolkit:jetbrains-core" , " gatewayArtifacts" ))
78
77
// delete when fully split
79
78
gatewayOnlyRuntimeOnly(project(" :plugin-core:core" ))
80
79
gatewayOnlyRuntimeOnly(project(" :plugin-core:jetbrains-community" ))
@@ -141,6 +140,10 @@ artifacts {
141
140
add(gatewayResources.name, gatewayResourcesDir)
142
141
}
143
142
143
+ tasks.prepareJarSearchableOptions {
144
+ enabled = false
145
+ }
146
+
144
147
tasks.jar {
145
148
duplicatesStrategy = DuplicatesStrategy .WARN
146
149
}
You can’t perform that action at this time.
0 commit comments