Skip to content

Commit

Permalink
#35: Revert Java buildCompatibility target to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
simondelabici committed Jul 12, 2018
1 parent efc2984 commit 5032fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'signing'
group = 'org.epics'
archivesBaseName = 'ca'
sourceCompatibility = 10
targetCompatibility = 10
targetCompatibility = 8

version = '1.1.0-SNAPSHOT'

Expand Down

0 comments on commit 5032fb3

Please sign in to comment.