Skip to content

Commit 0c6a21d

Browse files
committed
Bump up Editors quickstarts to Java 8
- Ran Intellij Java8 inspection over files - After all quickstarts are updated, move up required version: https://developers.google.com/docs/api/quickstart/java
1 parent 1e01221 commit 0c6a21d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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)