Skip to content

Commit

Permalink
Merge branch 'release/14.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1702 committed Aug 21, 2024
2 parents 9105485 + 018bfba commit 29cbae1
Show file tree
Hide file tree
Showing 155 changed files with 4,926 additions and 2,720 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,13 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 20
uses: actions/setup-java@v2
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '20'
java-version: '21'
java-package: jdk
- name: Cache local Maven repository
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
cache: 'maven'
- name: Build and test with Maven
run: ./mvnw -B package
- name: SonarCloud Scan
Expand Down
173 changes: 0 additions & 173 deletions .github/workflows/nightly.yml

This file was deleted.

169 changes: 0 additions & 169 deletions .github/workflows/release.yml

This file was deleted.

Loading

0 comments on commit 29cbae1

Please sign in to comment.