From 539c7fcd7442a3da77bd61d7662b38f879ae4651 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Mon, 4 Jan 2021 23:31:04 +0100 Subject: Add 'shell.nix' and build the project Add a working environment and specify Java version --- ant.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ant.properties') diff --git a/ant.properties b/ant.properties index 5d4dca6..744cac8 100644 --- a/ant.properties +++ b/ant.properties @@ -18,3 +18,6 @@ source.dir=srcs key.store=release-keys.keystore key.alias=releasekey + +java.source=8 +java.target=8 -- cgit v1.2.3