Skip to content
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

Release plugin version 2.2.2 depends on sqljet 1.1.8-SNAPSHOT #25

Closed
prokod opened this issue Nov 5, 2014 · 3 comments
Closed

Release plugin version 2.2.2 depends on sqljet 1.1.8-SNAPSHOT #25

prokod opened this issue Nov 5, 2014 · 3 comments

Comments

@prokod
Copy link

prokod commented Nov 5, 2014

Hi there,

First I would like to say that this plugin is simple to use! thanks for that and for the plugin at first place.
I am building a gradle wrapper plugin that uses release plugin and I noticed that it tries to fetch sqljet 1.1.8-SNAPSHOT I think this should be using a released version of that lib and not its SNAPSHOT one.

@greenscar
Copy link

au.com.ish.gradle:release:2.2.2 > org.tmatesoft.svnkit:svnkit:1.8.0 > org.tmatesoft.sqljet:sqljet:1.1.8-SNAPSHOT

the release plugin needs to depend on a newer version of svnkit.

@Xerosigma
Copy link

Having a related problem. Gradle won't perform a project refresh because of it:

Error:Could not find org.tmatesoft.sqljet:sqljet:1.1.8-SNAPSHOT.
Searched in the following locations:
...
...
...
Required by:
    :clientapp:unspecified > au.com.ish.gradle:release:2.2.2 > org.tmatesoft.svnkit:svnkit:1.8.0

Using 2.1.3 allows me to build.

@ari
Copy link
Owner

ari commented Jul 8, 2016

svnkit upgraded, thanks

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

No branches or pull requests

4 participants