Skip to content

Gradle wrapper won't update wrapper JAR #28159

Discussion options

You must be logged in to vote

Please do not unnecessarily @ mention maintainers like @rarkins or @viceice. Doing so causes annoying mobile notifications and makes it harder to maintain this repository.

oops, sorry 😭

we did figure out how to get past this original issue and into something more coupled to our company's ci.

for whatever reason gradle requires the settings.gradle fully resolve before attempting any task even if the task has no dependency and could run successfully without it.

so in the repro, if you do a null check and set the value to "" on finding null, it runs fine. that's not ideal so we found our company's setup for gradle on the ci and mounted it to the deployment, once that's sorted this will wor…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@dalarche-te
Comment options

@viceice
Comment options

@dalarche-te
Comment options

Answer selected by rarkins
@rarkins
Comment options

@dalarche-te
Comment options

@rarkins
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:reproduction A minimal reproduction is necessary to proceed auto:no-mentions Don't cause unnecessary notifications
4 participants