Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit bb45aab

Browse files
committed
updated source compatibility for more OSs
1 parent d50b81b commit bb45aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClassySharkWS/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version '1.0-SNAPSHOT'
44
apply plugin: 'java'
55
apply plugin: 'java-library-distribution' // task: gradle distZip
66

7-
sourceCompatibility = 1.8
7+
sourceCompatibility = 1.7
88

99
repositories {
1010
flatDir {

0 commit comments

Comments
 (0)