File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apply plugin: 'java'
22apply plugin : ' application'
33
44mainClassName = ' DocsQuickstart'
5- sourceCompatibility = 1.7
6- targetCompatibility = 1.7
5+ sourceCompatibility = 1.8
6+ targetCompatibility = 1.8
77version = ' 1.0'
88
99repositories {
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apply plugin: 'java'
22apply plugin : ' application'
33
44mainClassName = ' SheetsQuickstart'
5- sourceCompatibility = 1.7
6- targetCompatibility = 1.7
5+ sourceCompatibility = 1.8
6+ targetCompatibility = 1.8
77version = ' 1.0'
88
99repositories {
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apply plugin: 'java'
22apply plugin : ' application'
33
44mainClassName = ' SlidesQuickstart'
5- sourceCompatibility = 1.7
6- targetCompatibility = 1.7
5+ sourceCompatibility = 1.8
6+ targetCompatibility = 1.8
77version = ' 1.0'
88
99repositories {
You can’t perform that action at this time.
0 commit comments