Compare commits
2 Commits
9090033fda
...
cc1ec176a8
Author | SHA1 | Date | |
---|---|---|---|
cc1ec176a8 | |||
921f585598 |
@ -19,13 +19,13 @@ jobs:
|
||||
with:
|
||||
java-version: 21
|
||||
- name: Cache SonarQube packages
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.sonar/cache
|
||||
key: ${{ runner.os }}-sonar
|
||||
restore-keys: ${{ runner.os }}-sonar
|
||||
- name: Cache Gradle packages
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.gradle/caches
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
|
||||
|
@ -3,7 +3,7 @@ plugins {
|
||||
id("org.springframework.boot") version "3.3.4"
|
||||
id("io.spring.dependency-management") version "1.1.6"
|
||||
id("checkstyle")
|
||||
id("org.sonarqube") version "5.0.0.4638"
|
||||
id("org.sonarqube") version "5.1.0.4882"
|
||||
id("jacoco")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user