File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 with :
3737 run : ./gradlew check --stacktrace
3838
39+ - name : Build and Verify Plugin Structure
40+ run : ./gradlew buildPlugin verifyPluginProjectConfiguration verifyPluginStructure --stacktrace
41+
3942 - name : Verify Plugin
4043 run : ./gradlew verifyPlugin --stacktrace
4144
Original file line number Diff line number Diff line change @@ -89,13 +89,13 @@ dependencies {
8989 pluginVerifier()
9090 zipSigner()
9191
92- pluginModule (implementation(project(" :common" )))
93- pluginModule (implementation(project(" :settings" )))
94- pluginModule (implementation(project(" :tools-editor" )))
95- pluginModule (implementation(project(" :tools-ui" )))
92+ pluginComposedModule (implementation(project(" :common" )))
93+ pluginComposedModule (implementation(project(" :settings" )))
94+ pluginComposedModule (implementation(project(" :tools-editor" )))
95+ pluginComposedModule (implementation(project(" :tools-ui" )))
9696 if (platform == " idea" ) {
97- pluginModule (implementation(project(" :java-dependent" )))
98- pluginModule (implementation(project(" :kotlin-dependent" )))
97+ pluginComposedModule (implementation(project(" :java-dependent" )))
98+ pluginComposedModule (implementation(project(" :kotlin-dependent" )))
9999 }
100100 }
101101
You can’t perform that action at this time.
0 commit comments