Skip to content

Commit da3ed81

Browse files
William FisetWilliam Fiset
William Fiset
authored and
William Fiset
committed
Minor build dep change
1 parent 25be785 commit da3ed81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
}
1717
}
1818

19-
// Assume Java 8
19+
// Require Java 8
2020
sourceCompatibility = 1.8
2121
targetCompatibility = 1.8
2222

@@ -36,7 +36,6 @@ dependencies {
3636

3737
// JUnit 5 / Jupiter
3838
testImplementation('org.junit.jupiter:junit-jupiter-api:5.4.2')
39-
// testRuntime('org.junit.jupiter:junit-jupiter-engine:5.4.2')
4039

4140
// Google Guava lib
4241
testCompile group: 'com.google.guava', name: 'guava', version: '22.0'

0 commit comments

Comments
 (0)