Skip to content

Commit

Permalink
FGJ-95: Run builds on Ubuntu 20.04 (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday authored Oct 30, 2020
1 parent 467915c commit 04cde9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The following table shows versions of Fabric, Java and other dependencies that a
| --- | ------ | --------- |
| **Fabric** | 2.2 | 2.2 |
| **Java** | 8, 11 | 8+ |
| **Platform** | Ubuntu 18.04 | |
| **Platform** | Ubuntu 20.04 | |

#### Client applications running on POWER architecture
To run Java SDK clients on IBM POWER systems (e.g. zLinux), use Java 11 and set the SSL provider to ‘JDK’ by either supplying the -D command line option:
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pr:
- release-2.2

pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-20.04'

variables:
- group: Gateway_Java_Vars
Expand Down

0 comments on commit 04cde9f

Please sign in to comment.