We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce1f94 commit 7189bf9Copy full SHA for 7189bf9
.github/workflows/build.yml
@@ -23,10 +23,10 @@ jobs:
23
- uses: actions/checkout@v2
24
with:
25
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
26
- - name: Set up JDK 21
+ - name: Set up JDK 25
27
uses: actions/setup-java@v1
28
29
- java-version: 21
+ java-version: 25
30
- name: Cache SonarCloud packages
31
uses: actions/cache@v4
32
pom.xml
@@ -15,7 +15,7 @@
15
</parent>
16
17
<properties>
18
- <java.version>21</java.version>
+ <java.version>25</java.version>
19
<guava.version>33.2.1-jre</guava.version>
20
<mybatis-plus-boot-starter.version>3.5.15</mybatis-plus-boot-starter.version>
21
<jsoup.version>1.17.2</jsoup.version>
0 commit comments