-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Java 11 Example PreCommit GItHub Action (#28291)
* Partially revert #28234 to fix Java 11 Example PreCommit * Dedup compile args * fix typo * Fix compilerArgs addAll * Move compileAndRunTestsWithJavaX after errorprone has set up * Still use --release for java8 option
- Loading branch information
Showing
2 changed files
with
58 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,6 +100,8 @@ jobs: | |
service_account_key: ${{ secrets.GCP_SA_KEY }} | ||
project_id: ${{ secrets.GCP_PROJECT_ID }} | ||
export_default_credentials: true | ||
# The workflow installs java 11 and as default jvm. This is different from | ||
# PreCommit_Java_Examples_Dataflow_Java17 where the build system and sources are compiled with Java8 | ||
- name: Set up Java | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters