Skip to content

Commit a934b07

Browse files
authored
Merge pull request googleworkspace#85 from gsuitedevs/Java8Quickstarts
Update Java Quickstarts to Java 8
2 parents f56ef37 + b8d12b7 commit a934b07

11 files changed

Lines changed: 23 additions & 22 deletions

File tree

adminSDK/directory/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 = 'AdminSDKDirectoryQuickstart'
5-
sourceCompatibility = 1.7
6-
targetCompatibility = 1.7
5+
sourceCompatibility = 1.8
6+
targetCompatibility = 1.8
77
version = '1.0'
88

99
repositories {

adminSDK/reports/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 = 'AdminSDKReportsQuickstart'
5-
sourceCompatibility = 1.7
6-
targetCompatibility = 1.7
5+
sourceCompatibility = 1.8
6+
targetCompatibility = 1.8
77
version = '1.0'
88

99
repositories {

adminSDK/reseller/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 = 'AdminSDKResellerQuickstart'
5-
sourceCompatibility = 1.7
6-
targetCompatibility = 1.7
5+
sourceCompatibility = 1.8
6+
targetCompatibility = 1.8
77
version = '1.0'
88

99
repositories {

appsScript/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 = 'AppsScriptQuickstart'
5-
sourceCompatibility = 1.7
6-
targetCompatibility = 1.7
5+
sourceCompatibility = 1.8
6+
targetCompatibility = 1.8
77
version = '1.0'
88

99
repositories {

classroom/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 = 'ClassroomQuickstart'
5-
sourceCompatibility = 1.7
6-
targetCompatibility = 1.7
5+
sourceCompatibility = 1.8
6+
targetCompatibility = 1.8
77
version = '1.0'
88

99
repositories {

drive/activity/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 = 'DriveActivityQuickstart'
5-
sourceCompatibility = 1.7
6-
targetCompatibility = 1.7
5+
sourceCompatibility = 1.8
6+
targetCompatibility = 1.8
77
version = '1.0'
88

99
repositories {

drive/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 = 'DriveQuickstart'
5-
sourceCompatibility = 1.7
6-
targetCompatibility = 1.7
5+
sourceCompatibility = 1.8
6+
targetCompatibility = 1.8
77
version = '1.0'
88

99
repositories {

gmail/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 = 'GmailQuickstart'
5-
sourceCompatibility = 1.7
6-
targetCompatibility = 1.7
5+
sourceCompatibility = 1.8
6+
targetCompatibility = 1.8
77
version = '1.0'
88

99
repositories {

people/quickstart/build.gradle

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

44
mainClassName = 'PeopleQuickstart'
5-
sourceCompatibility = 1.7
6-
targetCompatibility = 1.7
5+
sourceCompatibility = 1.8
6+
targetCompatibility = 1.8
7+
78
version = '1.0'
89

910
repositories {

tasks/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 = 'TasksQuickstart'
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)