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

gradle build error #26

Closed
Kunduin opened this issue Oct 13, 2017 · 3 comments
Closed

gradle build error #26

Kunduin opened this issue Oct 13, 2017 · 3 comments

Comments

@Kunduin
Copy link

Kunduin commented Oct 13, 2017

In file build.gradle

line14

plugins {
id 'com.gradle.build-scan' version '1.5'
id 'idea'
id 'java'
id 'maven-publish'
id 'net.nemerosa.versioning' version '1.6.0'
id 'com.jfrog.bintray' version '1.6'
}

com.gradle.build-scan 's version is too old to build

please update version to 1.9.1

No error..

@Kunduin
Copy link
Author

Kunduin commented Oct 13, 2017

ummmm It may be an issue only to me... My gradle version is 4.2.1. So I fail to run this demo. After I change the version of com.gradle.build-scan everything works fine.

Sorry to bother you... I need to learn more about gradle wrapper. Thank you for such awesome library.

HanSolo added a commit that referenced this issue Oct 13, 2017
@HanSolo
Copy link
Owner

HanSolo commented Oct 13, 2017

Well I've tried it right now with gradlew demo and it works perfectly fine and I used gradle 4.1.
Nevertheless it is a good idea to update the plugins so it's done :)

@HanSolo HanSolo closed this as completed Oct 13, 2017
@Kunduin
Copy link
Author

Kunduin commented Oct 13, 2017

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

2 participants