You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of our users was confused by this publishing error:
Task ‘publishToSonatype’ not found in root project ‘com.ovh.pulumi’ and its subprojects.”
This happens because the generated Gradle file has conditionals that turn off publishing unless the correct environment variables are setup, it currently reads like this:
This is rather confusing. Perhaps we could fix this by introducing a pseudo-target in the else case to print out a message indicating that publishing requires environment variables to be set up.
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
What happened?
One of our users was confused by this publishing error:
This happens because the generated Gradle file has conditionals that turn off publishing unless the correct environment variables are setup, it currently reads like this:
This is rather confusing. Perhaps we could fix this by introducing a pseudo-target in the
else
case to print out a message indicating that publishing requires environment variables to be set up.Example
https://github.com/ovh/pulumi-ovh/blob/main/sdk/java/build.gradle#L8
Output of
pulumi about
N/A
Additional context
N/A
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: