working instance with minimal config action
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m40s

This commit is contained in:
Eduard Kuksa 2025-01-16 22:11:06 +07:00
parent 473a183643
commit dd50177b4a

View File

@ -20,6 +20,5 @@ jobs:
java-version: 17 java-version: 17
distribution: 'oracle' distribution: 'oracle'
cache: 'maven' cache: 'maven'
cache-dependency-path: 'pom.xml'
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml