Skip to content

Commit 3f271a5

Browse files
committed
work
1 parent 4db7bf4 commit 3f271a5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
# a pull request then we can checkout the head.
3737
fetch-depth: 2
3838

39-
- name: Set up JDK 11
39+
- name: Set up JDK 17
4040
uses: actions/setup-java@v1
4141
with:
42-
java-version: 11
42+
java-version: 17
4343

4444
# If this run was triggered by a pull request event, then checkout
4545
# the head of the pull request instead of the merge commit.

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
with:
2222
java-version: 17
2323
- name: Build with Maven
24-
run: ./mvnw -B -V -DskipTests dependency:purge-local-repository clean dependency:resolve dependency:resolve-plugins dependency:sources dependency:tree package spring-boot:repackage site --file pom.xml
24+
run: ./mvnw -B -V -Pjar --file pom.xml

.github/workflows/ossar-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
# a pull request then we can checkout the head.
2525
fetch-depth: 2
2626

27-
- name: Set up JDK 15
27+
- name: Set up JDK 17
2828
uses: actions/setup-java@v1
2929
with:
30-
java-version: 15
30+
java-version: 17
3131

3232
# If this run was triggered by a pull request event, then checkout
3333
# the head of the pull request instead of the merge commit.

.mvn/wrapper/maven-wrapper.jar

-58.5 KB
Binary file not shown.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@
15601560
<build>
15611561
<finalName>${project.artifactId}</finalName>
15621562
<defaultGoal>
1563-
clean dependency:purge-local-repository dependency:resolve dependency:resolve-plugins dependency:sources install spring-boot:repackage
1563+
clean dependency:purge-local-repository dependency:resolve dependency:resolve-plugins dependency:sources install spring-boot:repackage site site:deploy
15641564
</defaultGoal>
15651565
</build>
15661566
</profile>

0 commit comments

Comments
 (0)