Skip to content

Commit

Permalink
JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 30, 2024
1 parent 4c4c7b4 commit 61a510d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distribution/src/assembly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Extension created and maintained by [Josh Tynjala](https://patreon.com/josht). B
## Requirements

- Visual Studio Code 1.82
- Java 8 Runtime
- Java JDK 11 or newer
- Adobe AIR or Adobe Flash Player

### Adobe AIR
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ limitations under the License.
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>8</source>
<target>8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 61a510d

Please sign in to comment.