Skip to content

Commit

Permalink
Upgrade p-java to make the build work with Gradle 8 (#2469)
Browse files Browse the repository at this point in the history
* Upgrade p-java to 0.9.0 to make the build work with Gradle 8
* Upgrade p-java to 0.9.2 to unblock the Java SDK release
  • Loading branch information
thomas11 authored Apr 19, 2023
1 parent 7545d94 commit 3c5480e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TFGEN := pulumi-tfgen-$(PACK)
PROVIDER := pulumi-resource-$(PACK)
VERSION := $(shell pulumictl get version)
JAVA_GEN := pulumi-java-gen
JAVA_GEN_VERSION := v0.7.1
JAVA_GEN_VERSION := v0.9.2
TESTPARALLELISM := 10
WORKING_DIR := $(shell pwd)
SCHEMA_TOOLS_VERSION := $(shell cat .schema-tools.version)
Expand Down
Loading

0 comments on commit 3c5480e

Please sign in to comment.