Skip to content

Java 7 support in gradle being depreciated #46

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 14 commits into from
Oct 28, 2017
Prev Previous commit
Next Next commit
removed wrapper
  • Loading branch information
diegorramos committed Oct 26, 2017
commit 569993c21d716a9431ebd80aa00f2c88fa7ce6ff
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ if (!hasProperty("sonatypeUsername")) {
ext.sonatypePassword = null
}

task wrapper(type: Wrapper) {
/*task wrapper(type: Wrapper) {
gradleVersion = '3.+'
}
}*/

buildscript {
dependencies {
Expand Down