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
MISSING_FILE_WARNING="The list of installed Python packages does not match the packages specified in the graalpy-maven-plugin configuration."
52
-
PACKAGES_CHANGED_ERROR="but packages in graalpy-maven-plugin configuration are different then previously used to generate the lock file"
52
+
PACKAGES_CHANGED_ERROR="but packages and their version constraints in graalpy-maven-plugin configuration are different then previously used to generate the lock file"
53
53
VENV_UPTODATE="Virtual environment is up to date with lock file, skipping install"
Copy file name to clipboardExpand all lines: graalpython/org.graalvm.python.gradle.plugin/src/main/java/org/graalvm/python/tasks/AbstractPackagesTask.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ public abstract class AbstractPackagesTask extends DefaultTask {
0 commit comments