From 66dcd99025edd6585bc80605f91409494ca6cb60 Mon Sep 17 00:00:00 2001 From: Tim Felgentreff Date: Mon, 18 Nov 2024 14:53:03 +0100 Subject: [PATCH] Remove redundant note --- graalpy/graalpy-javase-guide/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/graalpy/graalpy-javase-guide/README.md b/graalpy/graalpy-javase-guide/README.md index d349f21..81ae2b4 100644 --- a/graalpy/graalpy-javase-guide/README.md +++ b/graalpy/graalpy-javase-guide/README.md @@ -294,12 +294,6 @@ With Maven: With Gradle: -> There is a known bug in the GraalPy Gradle plugin version 24.1.1, which will be fixed in later -> releases, where the build fails if the resources directory is empty. To work around this bug, -> add a dummy file to the resources: -> -> `touch app/src/main/resources/dummy.txt` - Update the build script to pass the necessary Java property to the application: `build.gradle.kts`