You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
See [Changelog#v${{ steps.version.outputs.release }}](https://github.com/xdev-software/${{ github.event.repository.name }}/blob/develop/CHANGELOG.md#${{ steps.version.outputs.releasenumber }}) for more information.
# See https://issues.sonatype.org/browse/OSSRH-66257?focusedCommentId=1036973&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1036973
Copy file name to clipboardExpand all lines: .github/workflows/test-deploy.yml
+6-13Lines changed: 6 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
-
name: Test Deployment
1
+
name: Test Deployment CI
2
2
3
3
on:
4
4
workflow_dispatch:
5
5
6
6
jobs:
7
7
publish_central: # Publish the code to central
8
8
runs-on: ubuntu-latest
9
-
10
9
strategy:
11
10
matrix:
12
-
java: [11, 17]
11
+
java: [11, 17, 21]
13
12
java-package: [jdk]
14
13
distribution: [temurin]
15
14
include:
@@ -19,16 +18,10 @@ jobs:
19
18
distribution: zulu
20
19
21
20
steps:
22
-
- uses: actions/checkout@v2
23
-
24
-
# Fixes OSSRH-66257
25
-
# See https://issues.sonatype.org/browse/OSSRH-66257?focusedCommentId=1036973&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1036973
0 commit comments