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

#110: jcenter is not supported in gradle < 1.7 #113

Merged
merged 5 commits into from
Jul 17, 2014

Conversation

naimdjon
Copy link
Contributor

No description provided.

@@ -24,7 +24,11 @@ ext {

buildscript {
repositories {
jcenter()
if(gradle.gradleVersion[0]=='1' && gradle.gradleVersion[2]<'7'){
Copy link
Contributor Author

Choose a reason for hiding this comment

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

jcenter has been added in gradle 1.7

@hastebrot
Copy link
Member

Is Jcenter a mirror of Maven Central?

@naimdjon
Copy link
Contributor Author

Apparently not, my latest commit defines a plain maven repo ponting to the jcenter repo as you suggested. Tested with both gradle 1.6 and 2.0

hastebrot added a commit that referenced this pull request Jul 17, 2014
#110: jcenter is not supported in gradle < 1.7
@hastebrot hastebrot merged commit e04c439 into TestFX:master Jul 17, 2014
@naimdjon
Copy link
Contributor Author

I also like to use the latest versions of software but if you are in a project with several dependencies on other projects enforcing a specific version of a build system, you pretty much don't have any other choice than using that same old version. It is almost certain that other users will need to be able to run with older version because of gradle 1.x and 2.0 incompatibilities.

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.

3 participants