Add build and publish steps #3
@ -11,7 +11,7 @@ on:
|
||||
|
||||
jobs:
|
||||
Builder:
|
||||
runs-on: catthacker-ubuntu-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Info
|
||||
run: |
|
||||
@ -39,13 +39,6 @@ jobs:
|
||||
cache: 'maven'
|
||||
|
||||
- name: Build with Maven
|
||||
#uses: actions/checkout@v5
|
||||
#uses: actions/setup-java@v5
|
||||
#with:
|
||||
#distribution: 'temurin'
|
||||
#java-version: '21'
|
||||
#cache: 'maven'
|
||||
#cache-dependency-path: 'sub-project/pom.xml' # optional
|
||||
run: |
|
||||
java -version
|
||||
mvn -version
|
||||
|
||||
Reference in New Issue
Block a user