Skip to content

Commit

Permalink
Updated build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfiset committed Jul 10, 2019
1 parent a9706ab commit 30018b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apply plugin: 'java'
apply plugin: "com.github.sherter.google-java-format"


// https://github.com/sherter/google-java-format-gradle-plugin
buildscript {
repositories {
maven {
Expand Down Expand Up @@ -41,9 +43,6 @@ dependencies {

// Apache commons lang
compile 'org.apache.commons:commons-lang3:3.6'

// Google java formatter to format source code.
compile 'com.google.googlejavaformat:google-java-format:1.7'
}

// Tests display stdout and stderr
Expand Down

0 comments on commit 30018b4

Please sign in to comment.