-
-
Notifications
You must be signed in to change notification settings - Fork 794
SNAPSHOT process feedback #1826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey, thanks for the reminder. |
schalkms
pushed a commit
that referenced
this issue
Nov 8, 2019
I just added the execution permission to the file .buildscript/deploy_snapshot.sh with chmod +x .buildscript/deploy_snapshot.sh. And I changed the SDK to one that we are using already. You can see here that it was failing for that reason: https://travis-ci.org/arturbosch/detekt/jobs/607791661#L3885-L3886 Fixes #1826
smyachenkov
pushed a commit
to smyachenkov/detekt
that referenced
this issue
Dec 9, 2019
I just added the execution permission to the file .buildscript/deploy_snapshot.sh with chmod +x .buildscript/deploy_snapshot.sh. And I changed the SDK to one that we are using already. You can see here that it was failing for that reason: https://travis-ci.org/arturbosch/detekt/jobs/607791661#L3885-L3886 Fixes detekt#1826
smyachenkov
pushed a commit
to smyachenkov/detekt
that referenced
this issue
Dec 9, 2019
I just added the execution permission to the file .buildscript/deploy_snapshot.sh with chmod +x .buildscript/deploy_snapshot.sh. And I changed the SDK to one that we are using already. You can see here that it was failing for that reason: https://travis-ci.org/arturbosch/detekt/jobs/607791661#L3885-L3886 Fixes detekt#1826
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(I noticed these because I'm looking for a version to pull in to try #1818)
It looks like SNAPSHOT builds are not published any more. The last version is
detekt-cli-1.0.0-20190804.140139-1.jar
(acf2e3b) 14 days ago, it looks like SNAPSHOT publishing has been down on master builds between 996139d..bb40400Additionally I think
https://github.com/arturbosch/detekt/blob/bb404007ac7fa859462775d599f537f7d7b1bd5e/gradle.properties#L1
should be updated with a commit right after tagging the released version in git, because otherwise you end up with these artifacts:
while it should be named like this by convention (note the version in front):
after release the SNAPSHOT is a preliminary published version of the next release not the just-released version.
The text was updated successfully, but these errors were encountered: