-
-
Notifications
You must be signed in to change notification settings - Fork 766
Publish Java client through Jitpack #1008
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
Conversation
@@ -10,7 +10,7 @@ apply plugin: 'maven-publish' | |||
import org.apache.tools.ant.filters.* | |||
|
|||
group 'io.appium' | |||
version '6.1.0' | |||
version '6.1.1-SNAPSHOT' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't we call it BETA1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally we used to call as 'SNAPSHOT' in maven world before we release either beta or major version.
README.md
Outdated
|
||
``` | ||
dependencies { | ||
implementation 'com.github.User:Repo:Tag' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we set the data for java client in this example?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure will update
I can observe errors in the logs under https://jitpack.io/#appium/java-client. Shouldn't these logs be green? |
yah it should be green, build is failing because it's not skipping the sign archives |
@mykola-mokhnach It wont be green until unless it is merged or atleast should be a branch in upstream to run. Check here |
Here is the build logs from jitpack |
Ok, I believe you know better |
Change list
Publish Java client through Jitpack
Types of changes
What types of changes are you proposing/introducing to Java client?
Put an
x
in the boxes that apply@mykola-mokhnach @jlipps This PR will allow us to publish java client through jitpack. This will unblock users to use latest commit even before its available in maven central.