Skip to content

Update cloudnet.version to v4.0.0-RC17-SNAPSHOT #312

Update cloudnet.version to v4.0.0-RC17-SNAPSHOT

Update cloudnet.version to v4.0.0-RC17-SNAPSHOT #312

name: PR Build
on:
pull_request:
jobs:
cleanup-and-build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip]')"
steps:
- uses: actions/checkout@v6
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: 21
server-id: github
cache: 'maven'
- name: Build with Maven
run: mvn clean package --file pom.xml