From 7724c437ccb6250114549e53e712acdaa800396b Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Mon, 21 Aug 2023 18:34:04 +0200
Subject: [PATCH] Require Java 8 for sablecc-runtime as well (forgot to update
 this)

---
 sablecc-runtime/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sablecc-runtime/build.gradle b/sablecc-runtime/build.gradle
index 9fb2145..04aef5c 100644
--- a/sablecc-runtime/build.gradle
+++ b/sablecc-runtime/build.gradle
@@ -5,7 +5,7 @@ plugins {
 }
 
 java {
-  sourceCompatibility = JavaVersion.VERSION_1_7
+  sourceCompatibility = JavaVersion.VERSION_1_8
   withSourcesJar()
   withJavadocJar()
 }
-- 
GitLab