Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 776b1aa

Browse files
authored
feat: promote to 2.0.0 (#1444)
* feat: promote to 2.0.0 Release-As: 2.0.0 * chore: enable release-please for releases * chore: update java to 1.8 in BUILD.bazel
1 parent 2925ed7 commit 776b1aa

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
releaseType: java-yoshi
22
bumpMinorPreMajor: true
3+
handleGHRelease: true
34
branches:
45
- releaseType: java-lts
56
bumpMinorPreMajor: true

gax-grpc/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ load("//:gax_java.bzl", "google_java_format", "google_java_format_verification",
22

33
_JAVA_COPTS = [
44
"-source",
5-
"1.7",
5+
"1.8",
66
"-target",
7-
"1.7",
7+
"1.8",
88
]
99

1010
_COMPILE_DEPS = [

gax-httpjson/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ load("//:gax_java.bzl", "google_java_format", "google_java_format_verification",
22

33
_JAVA_COPTS = [
44
"-source",
5-
"1.7",
5+
"1.8",
66
"-target",
7-
"1.7",
7+
"1.8",
88
]
99

1010
_COMPILE_DEPS = [

gax/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ load("//:gax_java.bzl", "google_java_format", "google_java_format_verification",
22

33
_JAVA_COPTS = [
44
"-source",
5-
"1.7",
5+
"1.8",
66
"-target",
7-
"1.7",
7+
"1.8",
88
]
99

1010
_COMPILE_DEPS = [

0 commit comments

Comments
 (0)