Skip to content

Commit

Permalink
Upgrade to java 11
Browse files Browse the repository at this point in the history
Signed-off-by: David Bernard <david.bernard.31@gmail.com>
  • Loading branch information
davidB committed Feb 25, 2024
1 parent f4910bc commit 0aa6d1f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: "adopt" # See 'Supported distributions' for available options
java-version: "8"
java-version: "11"
- name: Cache Maven packages
uses: actions/cache@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions .mise.toml
@@ -0,0 +1,3 @@
[tools]
java = "openjdk-11"
maven = "3.3.9"
6 changes: 4 additions & 2 deletions pom.xml
@@ -1,4 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
Expand Down Expand Up @@ -474,7 +476,7 @@
<attach>false</attach>
<doclint>-missing</doclint>
<links>
<link>http://java.sun.com/j2se/${maven.compiler.source}/docs/api/</link>
<!--link>http://java.sun.com/j2se/${maven.compiler.source}/docs/api/</link-->
<link>http://slf4j.org/api/</link>
<link>http://commons.apache.org/lang/api-release/</link>
<link>http://commons.apache.org/io/api-release/</link>
Expand Down
32 changes: 0 additions & 32 deletions shell.nix

This file was deleted.

0 comments on commit 0aa6d1f

Please sign in to comment.