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.
2 parents 04cb84f + c25286f commit a8bba03Copy full SHA for a8bba03
build.gradle
@@ -1559,7 +1559,7 @@ buildUpmPlugin.with {
1559
outputs.files project.ext.pluginUpmExportFile.absolutePath
1560
}
1561
1562
-task releasePlugin(dependsOn: buildPlugin) {
+task releasePlugin(dependsOn: [buildPlugin, buildUpmPlugin]) {
1563
Map<File, File> pluginTemplateFilesMap = files(
1564
copyPluginTemplateToStagingArea.outputs.files,
1565
copyPluginComponentsToStagingArea.outputs.files).collectEntries {
0 commit comments