You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graalpy/graalpy-javase-guide/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ In this case, we install the `qrcode` package and pin it to version `7.4.2`.
135
135
Omit this section if you want to include the Python packages into the Java resources (and, for example, ship them in the Jar).
136
136
[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.
137
137
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.
139
139
A simple workaround is to add a `src/main/resources/META-INF/MANIFEST.MF`:
0 commit comments