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

Start exporting Java SDK #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 1, 2023

  1. An attempt, with help from https://github.com/pulumi/pulumi-kubernetes,

    on starting to deploy java SDK during pre-release, but using
    https://github.com/pulumi/pulumi-package-publisher/tree/main to reduce
    duplication.
    
    There are a couple open questions:
    * I was getting complaints about the tree not being clean when building
      the java version. Not sure why it is different than the other builds.
    * Tests are not enabled for java, since I believe it requires writing
      some test like for the other languages. Can take a look, but have not
      yet.
    
    Other notes:
    * I've delete master.yml, since it seems unused, and is one less place
      to copy similar logic.
    * I've updated prelease.yml and release.yml, but not much on main.yml,
      since it surprised me it did publishing of sdks. Open to discussion on
      what should be in it.
    kylepl committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    8ad69dd View commit details
    Browse the repository at this point in the history