Skip to content

Commit

Permalink
fix: remove sed for schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
scraly authored Sep 12, 2024
1 parent 251c9d3 commit c64a213
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ build_go:: install_plugins tfgen # build the go sdk

build_java:: PACKAGE_VERSION := $(shell pulumictl get version --language generic)
build_java:: bin/pulumi-java-gen
${SED} -e 's/com.ovhcloud/com.ovhcloud.pulumi/g' provider/cmd/$(PROVIDER)/schema.json

$(WORKING_DIR)/bin/$(JAVA_GEN) generate --schema provider/cmd/$(PROVIDER)/schema.json --out sdk/java --build gradle-nexus

echo "update java version in build.gradle" && cd ./sdk/java/ && ${SED} -e 's/of(11)/of(21)/g' build.gradle
Expand Down

0 comments on commit c64a213

Please sign in to comment.