sparse-intern-71089
07/21/2023, 12:54 PMsalmon-account-74572
07/21/2023, 3:37 PMpulumi convert
! Here’s how:
1. Use the Kubernetes GCP YAML template: pulumi new kubernetes-gcp-yaml
2. Run pulumi convert --language java --out <directory>
3. Fine-tune the resulting Java program as neededbrave-book-87623
07/22/2023, 6:13 AMgot an exception as [ERROR] COMPILATION ERROR :
[ERROR] /Users/san/project/Fetebird-deployment/template/java-project/src/main/java/generated_program/App.java:[100,20] text blocks are not supported in -source 11
(use -source 15 or higher to enable text blocks)
I have the below java version
openjdk version "17.0.3" 2022-04-19
OpenJDK Runtime Environment GraalVM CE 22.1.0 (build 17.0.3+7-jvmci-22.1-b06)
OpenJDK 64-Bit Server VM GraalVM CE 22.1.0 (build 17.0.3+7-jvmci-22.1-b06, mixed mode, sharing)
salmon-account-74572
07/24/2023, 2:05 PM