From 1c9cc15d6c07cc18c3521563ecccc6d114b2c5a9 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Mon, 19 Aug 2024 16:41:14 +0800 Subject: Simplify build scripts --- core/build.gradle.kts | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'core') diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 19bbafc..1897d00 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -1,15 +1,3 @@ plugins { - java -} - -java { - sourceCompatibility = JavaVersion.VERSION_22 - targetCompatibility = JavaVersion.VERSION_22 - toolchain { - languageVersion = JavaLanguageVersion.of(22) - } -} - -tasks.withType { - options.compilerArgs.add("--enable-preview") + id("orang.java-conventions") } \ No newline at end of file -- cgit v1.2.3