Skip to content

Commit

Permalink
Fix JitPack build (#677 / #678)
Browse files Browse the repository at this point in the history
From the
[JitPack docs](https://jitpack.io/docs/BUILDING/#java-version):

>JitPack will compile projects using OpenJDK Java 8. See the example
>projects on how to set a different target version in your build file.
>
>Maven projects that specify a target version in their pom will be
>built with that target version.
>
>If your project uses Travis or Circle CI then JitPack will read the
>lowest jdk version from yml file and use that to build.
>
>Alternatively create a jitpack.yml file in the root of your
>repository and specify a jdk version:

This PR adds a `jitpack.yml`, specifying OpenJDK 11 to be used.

Closes: #677
PR: #678
  • Loading branch information
beatngu13 committed Oct 9, 2022
1 parent cc36ad4 commit ebe3182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jitpack.yml
@@ -0,0 +1,2 @@
jdk:
- openjdk11

0 comments on commit ebe3182

Please sign in to comment.