Skip to content

Commit 91b7588

Browse files
authored
Merge pull request googleworkspace#29 from gsuitedevs/asrivas-patch-1
Make Calendar quickstart target Java 8
2 parents e70d188 + 1d8937d commit 91b7588

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

calendar/quickstart/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apply plugin: 'java'
22
apply plugin: 'application'
33

44
mainClassName = 'CalendarQuickstart'
5-
sourceCompatibility = 1.7
6-
targetCompatibility = 1.7
5+
sourceCompatibility = 1.8
6+
targetCompatibility = 1.8
77
version = '1.0'
88

99
repositories {

0 commit comments

Comments
 (0)