You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling the java-gen program, we used the option --build gradle-nexus to also generate the gradle build files. Internally, this set the configuration:
When moving to running java SDK generation via pulumi package gen-sdk, we can't set CLI arguments and don't want to have to hard code plugin versions in our schemas.
Therefore, it would be nice to have a new language configuration key to mirror the old CLI argument behaviour so we can just add to our schemas:
When calling the java-gen program, we used the option
--build gradle-nexus
to also generate the gradle build files. Internally, this set the configuration:When moving to running java SDK generation via
pulumi package gen-sdk
, we can't set CLI arguments and don't want to have to hard code plugin versions in our schemas.Therefore, it would be nice to have a new language configuration key to mirror the old CLI argument behaviour so we can just add to our schemas:
See also: pulumi/pulumi-azure-native#3776
The text was updated successfully, but these errors were encountered: