From bbad017525c6f10a5e07c58190cf1e461fe3b6e0 Mon Sep 17 00:00:00 2001 From: Prajwal Amin <prajwal.amin@niveussolutions.com> Date: Tue, 21 Nov 2023 09:34:25 +0000 Subject: [PATCH] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e869584..bd327a3 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ group = 'com.example' version = '0.0.1-SNAPSHOT' java { - sourceCompatibility = '17' + sourceCompatibility = '11' } repositories { -- GitLab