From b34ccf9be021c5060e2fad75f5103e690455d9ce Mon Sep 17 00:00:00 2001 From: John Freeman Date: Sun, 21 Aug 2022 12:24:48 +0100 Subject: [PATCH] Added Sonatype Lift config (#501) Static analysis. --- .lift.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .lift.toml diff --git a/.lift.toml b/.lift.toml new file mode 100644 index 00000000..6fd8cae3 --- /dev/null +++ b/.lift.toml @@ -0,0 +1,2 @@ +build = "mvn" +jdkVersion = "11"