From 01d1805ef57cce36b9e9228f6e6235c54c1e02c1 Mon Sep 17 00:00:00 2001 From: Karan Preet Singh Sasan Date: Sun, 28 Jul 2024 17:12:48 -0700 Subject: [PATCH] small fix --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2e9b1a6..4b0196d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,8 +16,8 @@ repositories { } java { - sourceCompatibility = JavaVersion.VERSION_1_8 - targetCompatibility = JavaVersion.VERSION_1_8 + sourceCompatibility = JavaVersion.VERSION_11 + targetCompatibility = JavaVersion.VERSION_11 } spotless {