From ec3327ed2d05956365dc4dd66178454411075d1c Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:44:08 +0100 Subject: [PATCH] Remove explicit targetCompatibility (defaults to sourceCompatibility) --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 96561ff..2a7a906 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,6 @@ dependencies { java { sourceCompatibility = JavaVersion.VERSION_1_8 - targetCompatibility = JavaVersion.VERSION_1_8 withSourcesJar() withJavadocJar() -- GitLab