This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch without-elle
in repository https://gitbox.apache.org/repos/asf/cassandra-accord.git


The following commit(s) were added to refs/heads/without-elle by this push:
     new bc66480d Pin jdk11
bc66480d is described below

commit bc66480da3065122069d7b635d9b38ce40f61c90
Author: Alex Petrov <[email protected]>
AuthorDate: Mon Apr 28 18:31:02 2025 +0200

    Pin jdk11
---
 accord-core/build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/accord-core/build.gradle b/accord-core/build.gradle
index 53de00ac..7deff339 100644
--- a/accord-core/build.gradle
+++ b/accord-core/build.gradle
@@ -22,6 +22,8 @@ plugins {
 }
 
 java {
+  sourceCompatibility = JavaVersion.VERSION_21
+  targetCompatibility = JavaVersion.VERSION_21
   withJavadocJar()
   withSourcesJar()
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to