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 0b4ac6d commit c25286fCopy full SHA for c25286f
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