Skip to content

Commit

Permalink
Using Java 8
Browse files Browse the repository at this point in the history
Signed-off-by: Markus KARG <[email protected]>
  • Loading branch information
mkarg committed Jun 6, 2020
1 parent f645bc1 commit a38b385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kobalt/src/Build.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ val jcommander = project {
}

javaCompiler {
args("-target", "1.7", "-source", "1.7", "-g", "-encoding", "utf-8")
args("-target", "1.8", "-source", "1.8", "-g", "-encoding", "utf-8")
}

osgi {}
Expand Down

0 comments on commit a38b385

Please sign in to comment.