Skip to content

Commit f049201

Browse files
author
David Staheli
committed
Fix gradle build
1 parent 8a4db25 commit f049201

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Compiled class file
22
*.class
33

4+
# Gradle
5+
.gradle/
6+
47
# Log file
58
*.log
69

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ repositories {
1414
}
1515

1616
dependencies {
17-
testCompile group: 'junit', name: 'junit', version:'5.2'
17+
testCompile group: 'junit', name: 'junit', version:'4.11'
1818
}

0 commit comments

Comments
 (0)