From 6f06e263e93829905a6294beb23adce875290f60 Mon Sep 17 00:00:00 2001 From: Georgi Georgiev Date: Mon, 3 Jun 2024 03:03:36 +0300 Subject: [PATCH] added line Signed-off-by: Georgi Georgiev --- Makefile | 1 + build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 35d70d9..a6265b5 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,7 @@ test: echo-arch build-headers build-rust test-rust build-java echo arch: echo $(build_arch)-$(build_os) + # Run the Rust tests. test-rust: test-rust-$(build_arch)-$(build_os) diff --git a/build.gradle b/build.gradle index 3bd73b4..e9793a4 100644 --- a/build.gradle +++ b/build.gradle @@ -12,8 +12,8 @@ allprojects { // This is needed for the Java plugin to make sure // the generated class files are compatible with // old versions of Java. -sourceCompatibility = 1.8 -targetCompatibility = 1.8 +sourceCompatibility = 21 +targetCompatibility = 21 sourceSets { main {