We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156752d commit e9c2068Copy full SHA for e9c2068
build.gradle
@@ -84,9 +84,10 @@ task makePluginDescriptor(type: Copy) {
84
])
85
}
86
87
-task buildPluginZip(type: Zip, dependsOn: [':jar', ':makePluginDescriptor']) {
+task plugin(type: Zip, dependsOn: [':jar', ':makePluginDescriptor']) {
88
from configurations.releaseJars
89
from 'build/tmp/plugin'
90
+ from 'build/libs'
91
classifier = 'plugin'
92
93
0 commit comments