ovh/pulumi-ovh

Add support for Java SDK

scraly opened this issue · 1 comments

  • Update to pulumi-java v0.15.0 (Change .pulumi-java-gen.version)
  • Create the make build_java target
  • Add the build_java target in build_sdks target
  • Create the install_java target
  • Add the install_java target in install_sdks target
  • Fix the sdk/java/build.gradle file
  • Fix the sdk/java/settings.gradle file
  • GitHub action for a new release (publish SDK to maven central)
  • Test with a working example

fixed in #214