Skip to content

Commit

Permalink
maven: upgrade target to 7 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 16, 2023
1 parent a1275c5 commit 20a9386
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .buildkite/hooks/pre-command
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,4 @@ export JAVA_HOME
PATH=$JAVA_HOME/bin:$PATH
export PATH

echo "--- Debug JDK installation :coffee:"
tree "$JAVA_HOME" || true
java -version || true
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

env:
MAVEN_CONFIG: "-V -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Dhttps.protocols=TLSv1.2 -Dmaven.wagon.http.retryHandler.count=3 -Dmaven.wagon.httpconnectionManager.ttlSeconds=25"
JAVA_VERSION: 11
JAVA_VERSION: 17
JAVA_DIST: adopt

jobs:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<properties>
<version.junit-jupiter>5.5.1</version.junit-jupiter>
<maven.compiler.target>6</maven.compiler.target>
<maven.compiler.target>7</maven.compiler.target>
<maven.compiler.testTarget>10</maven.compiler.testTarget>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -346,4 +346,4 @@

</dependencies>

</project>
</project>

0 comments on commit 20a9386

Please sign in to comment.