Skip to content

Commit 4e6c0ae

Browse files
committed
[GR-53928] Use maven wrapper in standalone and micronaut tests.
PullRequest: graalpython/3333
2 parents 95905b1 + 3f917f2 commit 4e6c0ae

File tree

11 files changed

+424
-756
lines changed

11 files changed

+424
-756
lines changed

graalpython/com.oracle.graal.python.test/src/tests/standalone/check_home_pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ SOFTWARE.
5454
<dependency>
5555
<groupId>org.graalvm.polyglot</groupId>
5656
<artifactId>python-community</artifactId>
57-
<version>{graalpy-maven-plugin-version}</version>
57+
<version>${env.GRAALPY_VERSION}</version>
5858
<type>pom</type>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.graalvm.python</groupId>
6262
<artifactId>python-launcher</artifactId>
63-
<version>{graalpy-maven-plugin-version}</version>
63+
<version>${env.GRAALPY_VERSION}</version>
6464
</dependency>
6565
</dependencies>
6666

@@ -69,7 +69,7 @@ SOFTWARE.
6969
<plugin>
7070
<groupId>org.graalvm.python</groupId>
7171
<artifactId>graalpy-maven-plugin</artifactId>
72-
<version>{graalpy-maven-plugin-version}</version>
72+
<version>${env.GRAALPY_VERSION}</version>
7373
<executions>
7474
<execution>
7575
<configuration>

graalpython/com.oracle.graal.python.test/src/tests/standalone/fail_without_graalpy_dep_pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ SOFTWARE.
5555
<plugin>
5656
<groupId>org.graalvm.python</groupId>
5757
<artifactId>graalpy-maven-plugin</artifactId>
58-
<version>{graalpy-maven-plugin-version}</version>
58+
<version>${env.GRAALPY_VERSION}</version>
5959
<executions>
6060
<execution>
6161
<goals>

graalpython/com.oracle.graal.python.test/src/tests/standalone/micronaut/hello/mvnw

Lines changed: 0 additions & 287 deletions
This file was deleted.

0 commit comments

Comments
 (0)