Skip to content

Commit

Permalink
Merge pull request #29 from gsuitedevs/asrivas-patch-1
Browse files Browse the repository at this point in the history
Make Calendar quickstart target Java 8
  • Loading branch information
asrivas committed Sep 24, 2018
2 parents e70d188 + 1d8937d commit 91b7588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calendar/quickstart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apply plugin: 'java'
apply plugin: 'application'

mainClassName = 'CalendarQuickstart'
sourceCompatibility = 1.7
targetCompatibility = 1.7
sourceCompatibility = 1.8
targetCompatibility = 1.8
version = '1.0'

repositories {
Expand Down

0 comments on commit 91b7588

Please sign in to comment.