Skip to content

Commit 756a10d

Browse files
committed
Fix build
1 parent 81955c0 commit 756a10d

File tree

4 files changed

+389
-381
lines changed

4 files changed

+389
-381
lines changed

migration-tool/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.23.0-SNAPSHOT</version>
24+
<version>2.23.16-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>migration-tool</artifactId>
@@ -112,7 +112,8 @@
112112
<goal>exec</goal>
113113
</goals>
114114
<configuration>
115-
<executable>${basedir}/src/main/resources/generate-recipes</executable>
115+
<executable>python</executable>
116+
<commandlineArgs>${basedir}/src/main/resources/generate-recipes</commandlineArgs>
116117
</configuration>
117118
</execution>
118119
</executions>

0 commit comments

Comments
 (0)