Skip to content

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

Merged
merged 4 commits into from
Aug 25, 2018
Merged

Publish Java client through Jitpack #1008

merged 4 commits into from
Aug 25, 2018

Conversation

SrinivasanTarget
Copy link
Member

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

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@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.

@@ -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'
Copy link
Contributor

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?

Copy link
Member Author

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'
Copy link
Contributor

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure will update

@mykola-mokhnach
Copy link
Contributor

I can observe errors in the logs under https://jitpack.io/#appium/java-client. Shouldn't these logs be green?

@saikrishna321
Copy link
Member

yah it should be green, build is failing because it's not skipping the sign archives

@SrinivasanTarget
Copy link
Member Author

@mykola-mokhnach It wont be green until unless it is merged or atleast should be a branch in upstream to run. Check here

@SrinivasanTarget
Copy link
Member Author

Here is the build logs from jitpack

@mykola-mokhnach
Copy link
Contributor

Ok, I believe you know better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants