diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index 761a5e2..b8f02fc 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -9,12 +9,12 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Set up JDK 17 - uses: actions/setup-java@v4 - with: - java-version: '17' - distribution: 'temurin' - cache: maven +# - name: Set up JDK 17 +# uses: actions/setup-java@v4 +# with: +# java-version: '17' +# distribution: 'temurin' +# cache: maven - name: Build with Maven run: mvn -B clean package -DskipTests --file pom.xml