From b00ce507ef689e080f846ea2fc52a630104b9a07 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sat, 27 Jul 2024 13:52:47 +0200 Subject: [PATCH] update to jdk 21 --- pdb-js/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/pdb-js/build.gradle b/pdb-js/build.gradle index a5fbc56..ca602e9 100644 --- a/pdb-js/build.gradle +++ b/pdb-js/build.gradle @@ -3,6 +3,7 @@ import java.nio.file.Paths plugins { id("com.github.node-gradle.node") version "7.0.0" + id("java-library") // not sure why this is needed - is already set in /build.gradle - but without it the project sometimes (not always) is not configured as a java project }