We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 909a1c4 + 9f35bce commit 36ac579Copy full SHA for 36ac579
org.graalvm.python.embedding/pom.xml
@@ -75,6 +75,9 @@
75
<argument>-s</argument>
76
<argument>${session.request.userSettingsFile.path}</argument>
77
<argument>-Dlocal.repo.url=${local.repo.url}</argument>
78
+ <argument>-Drevision=${revision}</argument>
79
+ <argument>-Dproject.sigtest.version=${project.sigtest.version}</argument>
80
+ <argument>-Dproject.polyglot.version=${project.polyglot.version}</argument>
81
</arguments>
82
</configuration>
83
</execution>
0 commit comments