From 4ad409c386d72ba7f81887f9b2b99affd0056f6a Mon Sep 17 00:00:00 2001 From: Luck Date: Tue, 15 Jun 2021 11:56:29 +0100 Subject: Fix processResources task not working --- spark-fabric/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spark-fabric') diff --git a/spark-fabric/build.gradle b/spark-fabric/build.gradle index 9523978..e6647a4 100644 --- a/spark-fabric/build.gradle +++ b/spark-fabric/build.gradle @@ -6,9 +6,9 @@ plugins { } compileJava { - // override, compile targeting J11 + // override, compile targeting J16 options.compilerArgs.clear() - options.compilerArgs.addAll(['--release', '11']) + options.compilerArgs.addAll(['--release', '16']) } repositories { -- cgit