Skip to content

Commit 593b5bd

Browse files
authored
Switch to java 1.8
1 parent 5c3da6b commit 593b5bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ group 'com.assertthat'
66
archivesBaseName = "selenium-shutterbug"
77
version '0.2'
88

9-
sourceCompatibility = 1.7
10-
targetCompatibility = 1.7
9+
sourceCompatibility = 1.8
10+
targetCompatibility = 1.8
1111

1212
repositories {
1313
mavenCentral()

0 commit comments

Comments
 (0)