Skip to content

Commit f37577e

Browse files
committed
native compilation command for mvn is incorrect
1 parent 48e3fdb commit f37577e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-task-samples/batch-job/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ java -jar target/batch-job-3.0.0.jar
2929

3030
[source,shell]
3131
----
32-
mvn -Pnative clean package
32+
mvn -Pnative native:compile
3333
----
3434

3535
== Native Run:

0 commit comments

Comments
 (0)