Skip to content

Commit a8bba03

Browse files
chkuang-gGerrit Code Review
authored andcommitted
Merge "Try to build UPM package as well during release"
2 parents 04cb84f + c25286f commit a8bba03

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)