chore: release [ci skip]
This commit is contained in:
@@ -3,7 +3,7 @@ name: Java CI with Maven
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
branches: ["main"]
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
@@ -16,9 +16,9 @@ jobs:
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
cache: 'maven'
|
||||
java-version: "17"
|
||||
distribution: "temurin"
|
||||
cache: "maven"
|
||||
|
||||
- name: Build and Test all modules
|
||||
run: mvn -B clean verify
|
||||
|
||||
Reference in New Issue
Block a user