Skip to content

Commit

Permalink
updating gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Sep 24, 2019
1 parent 542d8c2 commit a6b2514
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
15 changes: 13 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
//buildscript {
// repositories {
// maven {
// url "https://plugins.gradle.org/m2/"
// }
// }
// dependencies {
// classpath "com.github.jengelman.gradle.plugins:shadow:5.1.0"
// }
// }
//

plugins {
id "com.diffplug.gradle.spotless" version "3.14.0"
}

//apply plugin: "com.github.johnrengelman.shadow"
apply plugin: 'java'
apply plugin: 'application'
apply plugin: 'checkstyle'
Expand Down Expand Up @@ -41,5 +52,5 @@ spotless {
}

task wrapper(type: Wrapper) {
gradleVersion = '4.10'
gradleVersion = '5.0'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Wed Sep 05 01:00:59 EDT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-bin.zip

0 comments on commit a6b2514

Please sign in to comment.