Skip to content

Commit 0e2f9d3

Browse files
fniephaussteve-s
andcommitted
Update note in graalpy-javase-guide
[ci skip] Co-authored-by: Stepan Sindelar <stepan.sindelar@oracle.com>
1 parent e36f473 commit 0e2f9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpy/graalpy-javase-guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ In this case, we install the `qrcode` package and pin it to version `7.4.2`.
135135
Omit this section if you want to include the Python packages into the Java resources (and, for example, ship them in the Jar).
136136
[Later in the Java code](#external-or-embedded-python-code-java) we can configure the GraalPy runtime to load the package from the filesystem or from resources.
137137

138-
**Note** that due to a bug in the 24.2.1 version of the `org.graalvm.python` plugin for **Gradle** you need to include a resource.
138+
**Note** if you are using older version 24.2.0: due to a bug in the `org.graalvm.python` plugin for **Gradle** you need to include a resource.
139139
A simple workaround is to add a `src/main/resources/META-INF/MANIFEST.MF`:
140140
```
141141
Manifest-Version: 1.0

0 commit comments

Comments
 (0)