Fix passing in version on provider build #1130
Annotations
2 errors and 1 warning
Check worktree clean:
sdk/java/build.gradle#L1
File modified:
@@ -12,7 +12,7 @@ group = "com.pulumi"
def resolvedVersion = System.getenv("PACKAGE_VERSION") ?:
(project.version == "unspecified"
- ? "1.0.0-alpha.0+dev"
+ ? "0.28.0-alpha.1736550847+859dc9f"
: project.version)
def signingKey = System.getenv("SIGNING_KEY")
|
Check worktree clean
Unexpected changes detected: 1. See file annotations for details.
|
Post Setup tools
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
|
Loading