Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f56ef37

Browse files
authored
Merge pull request googleworkspace#83 from gsuitedevs/editors8
Bump up Editors quickstarts to Java 8
2 parents c0ddc84 + 0c6a21d commit f56ef37

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

99
repositories {

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

99
repositories {

slides/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 = 'SlidesQuickstart'
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)