diff --git a/.gitea/workflows/maven.yaml b/.gitea/workflows/maven.yaml index 3b991ae..daeaf2c 100644 --- a/.gitea/workflows/maven.yaml +++ b/.gitea/workflows/maven.yaml @@ -18,8 +18,8 @@ jobs: uses: actions/setup-java@v4 with: java-version: 23 - distribution: 'temurin' + distribution: 'oracle' cache: 'maven' - overwrite-settings: true - name: Build with Maven - run: mvn -B package --file pom.xml \ No newline at end of file + run: mvn test +# run: mvn -B package --file pom.xml \ No newline at end of file