Support PulumiPluginJSON.Server in pulumi-java-gen #711
Labels
area/plugins
kind/enhancement
Improvements or new features
size/S
Estimated effort to complete (1-2 days).
Hello!
Issue details
With #709 the responsibility of generating
plugin.json
with metadata about the package is moving frompulumi-java-gen
invocation itself to the generated build system, currently supporting Gradle. One feature lost in translation is populating theserver
field from PluginDowlnoadURL in the schema.That is on the old path we have:
We should have the same functionality on the new path.
pulumi-java-gen
should emit build code that populates PluginDownloadURL from the schema to the generated Java resource plugin.json so the generated SDK code can read it back and act accordingly.Affected area/feature
The text was updated successfully, but these errors were encountered: