From 702bda012011c54523401e52d7110a7315a269a6 Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:59:11 +0100 Subject: [PATCH] Remove redundant targetCompatibility (defaults to sourceCompatibility) --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 435d74b..28bb94c 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,6 @@ dependencies { java { sourceCompatibility = JavaVersion.VERSION_1_8 - targetCompatibility = JavaVersion.VERSION_1_8 withSourcesJar() withJavadocJar() -- GitLab