Skip to content

Commit c25286f

Browse files
committed
Try to build UPM package as well during release
This is to catch any UPM package packing specific issue during release. Change-Id: If176dc87d5fb5e87dcb6dde7bc8dd3ba97619141
1 parent 0b4ac6d commit c25286f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,7 @@ buildUpmPlugin.with {
15591559
outputs.files project.ext.pluginUpmExportFile.absolutePath
15601560
}
15611561

1562-
task releasePlugin(dependsOn: buildPlugin) {
1562+
task releasePlugin(dependsOn: [buildPlugin, buildUpmPlugin]) {
15631563
Map<File, File> pluginTemplateFilesMap = files(
15641564
copyPluginTemplateToStagingArea.outputs.files,
15651565
copyPluginComponentsToStagingArea.outputs.files).collectEntries {

0 commit comments

Comments
 (0)