Skip to content

Commit

Permalink
Fix usage of Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed May 16, 2024
1 parent c2c1e15 commit 95747b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ jobs:
with:
app-dir: 'scenario-task-3'
mvn-build-commands: '-B clean install spring-boot:build-image'
java-version: '17'
artifactory-publish: ${{ inputs.maven-build-only != true }}
jf-artifactory-spring: ${{ secrets.JF_ARTIFACTORY_SPRING }}
docker-push: ${{ inputs.maven-build-only != true }}
Expand Down
4 changes: 0 additions & 4 deletions scenario-task-3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<compilerVersion>17</compilerVersion>
<target>17</target>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 95747b7

Please sign in to comment.