Skip to content

Commit

Permalink
Fix gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstaheli committed Sep 1, 2018
1 parent 8a4db25 commit f049201
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Compiled class file
*.class

# Gradle
.gradle/

# Log file
*.log

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ repositories {
}

dependencies {
testCompile group: 'junit', name: 'junit', version:'5.2'
testCompile group: 'junit', name: 'junit', version:'4.11'
}

0 comments on commit f049201

Please sign in to comment.