Skip to content

Commit

Permalink
Added Gradle support
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvinnyk committed Sep 3, 2019
1 parent 33da963 commit 952048b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
plugins {
id 'java'
id 'application'
id 'checkstyle'
}

checkstyle{
toolVersion = '8.23'
}

group 'seedu.duke'
Expand Down
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Wed Sep 04 03:32:52 SGT 2019
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 952048b

Please sign in to comment.