Skip to content

Commit

Permalink
更新RM
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Nov 30, 2024
1 parent f352ded commit 39b92f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion xxl-job-executor-samples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.xuxueli</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
</goals>
</execution>
</executions>
<configuration>
<fork>true</fork>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 39b92f9

Please sign in to comment.