Skip to content

Commit

Permalink
Moving to Java 10
Browse files Browse the repository at this point in the history
  • Loading branch information
gravetii committed Jun 30, 2019
1 parent 160d413 commit 724863f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ A fun & interactive word game. Check out the screenshots and the game play video

## Download & Play

Download the latest JAR [here](https://github.com/gravetii/wordagam/releases/download/v1.5/wordagam-1.5.jar) to play the game.
Download the latest JAR [here](https://github.com/gravetii/wordagam/releases/download/v1.6/wordagam-1.6.jar) to play the game.

## Prerequisites

Wordagam requires Java 8 to be installed to run the JAR.
Wordagam requires Java 10 to be installed to run the JAR.

## Building the project

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

<groupId>io.github.gravetii</groupId>
<artifactId>wordagam</artifactId>
<version>1.5</version>
<version>1.6</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>1.10</source>
<target>1.10</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 724863f

Please sign in to comment.