Skip to content

Commit 6b37a1e

Browse files
authored
Update release and snapshot pipelines (#125)
Upgraded to Java 17 in the release and snapshot pipelines.
1 parent e1a7b80 commit 6b37a1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release/pipelines.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pipelines:
77
auto:
88
language: java
99
versions:
10-
- "11"
10+
- "17"
1111
environmentVariables:
1212
readOnly:
1313
NEXT_VERSION: 0.0.0

release/pipelines.snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pipelines:
77
auto:
88
language: java
99
versions:
10-
- "11"
10+
- "17"
1111

1212
steps:
1313
- name: Snapshot

0 commit comments

Comments
 (0)