I'm currently revisting the java build process for...
# pulumiverse
b
I'm currently revisting the java build process for pulumi-unifi. The language support currently is added by using
pulumi plugin install language java {VERSION}
However, other provders (e.g. pulumi-eks) use
pulumictl download-binary -n pulumi-language-java -v $(JAVA_GEN_VERSION) -r pulumi/pulumi-java
I was wondering what the pros/cons of those 2 approaches are in context of Makefile and CI usage. Or is there even a significant difference?