Skip to content

Commit

Permalink
Target java 11 for compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed Aug 28, 2024
1 parent 6a6b7a6 commit 12d763a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Target java 11 as unnecessary to target later versions.

## 0.4.1

Released `2024-08-28`.
Expand Down
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
:version "./resources/LAZYTEST_VERSION"
:license {:name "EPL-1.0"
:url "https://www.eclipse.org/legal/epl-v10.html"}
:java-src-dirs ["src/java"]}
:java-src-dirs ["src/java"]
:javac-opts ["--release" "11"]}

;; Update dependencies
:antq {:deps {com.github.liquidz/antq {:mvn/version "2.8.1206"}}
Expand Down

0 comments on commit 12d763a

Please sign in to comment.