mirror of
https://github.com/anas-elgarhy/JColorfulConsole.git
synced 2024-08-14 23:57:19 +00:00
Update maven-publish.yml
This commit is contained in:
parent
c4ac9005be
commit
2091cc4c0c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/maven-publish.yml
vendored
4
.github/workflows/maven-publish.yml
vendored
|
@ -23,8 +23,8 @@ jobs:
|
|||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '18'
|
||||
distribution: 'openjdk'
|
||||
distribution: 'temurin' # See 'Supported distributions' for available options
|
||||
java-version: '17'
|
||||
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
|
||||
settings-path: ${{ github.workspace }} # location for the settings.xml file
|
||||
|
||||
|
|
Loading…
Reference in a new issue