Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add schema build config #1593

Open
danielrbradley opened this issue Jan 15, 2025 · 0 comments
Open

Add schema build config #1593

danielrbradley opened this issue Jan 15, 2025 · 0 comments
Labels
kind/enhancement Improvements or new features

Comments

@danielrbradley
Copy link
Member

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:

  "buildFiles": "gradle",
  "gradleNexusPublishPluginVersion": "2.0.0",

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:

  "build": "gradle-nexus",

See also: pulumi/pulumi-azure-native#3776

@danielrbradley danielrbradley added the kind/enhancement Improvements or new features label Jan 15, 2025
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Jan 15, 2025
@danielrbradley danielrbradley removed the needs-triage Needs attention from the triage team label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants