Skip to content

Commit

Permalink
Merge pull request #52 from jiep/45-update-java-version
Browse files Browse the repository at this point in the history
Update Java version
  • Loading branch information
jiep authored May 1, 2024
2 parents 1accd25 + 1bc0f95 commit 0b6b11c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
run: sudo mkdir -p /usr/share/man/man1/ && sudo apt update && sudo apt install -y maven python3 hub

- uses: actions/checkout@v4
- name: Set up JDK 1.8
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '8'
java-version: '21'
- name: Build with Maven
run: mvn clean resources:resources assembly:assembly -DdescriptorId=jar-with-dependencies

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<groupId>com.aebd.jMetro</groupId>
<artifactId>jMetro</artifactId>
<version>1.3.9</version>
<version>1.4.0</version>

<name>jMetro</name>
<url>https://github.com/jiep/jMetro</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
</properties>

<dependencies></dependencies>
Expand Down

0 comments on commit 0b6b11c

Please sign in to comment.