Skip to content

Bump com.nexomc:nexo from 0.10.0-dev.10 to 0.10.0-dev.27 #58

Bump com.nexomc:nexo from 0.10.0-dev.10 to 0.10.0-dev.27

Bump com.nexomc:nexo from 0.10.0-dev.10 to 0.10.0-dev.27 #58

Workflow file for this run

name: Build Artifacts
on:
pull_request:
branches: [ main, dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: |
11
17
21
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- uses: actions/checkout@v4
- name: 'Create settings.xml'
uses: s4u/[email protected]
with:
githubServer: false
- name: Build with Maven
run: mvn clean package -e -f pom-dev.xml