Skip to content

Commit

Permalink
fix: dinky-loader (#2675)
Browse files Browse the repository at this point in the history
Signed-off-by: licho <[email protected]>
  • Loading branch information
leechor authored Dec 18, 2023
1 parent 89c35c9 commit 6c73913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dinky-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,7 @@
<exclude>/application*.yml</exclude>
<exclude>/mybatis*.xml</exclude>
<exclude>/DinkyFlinkDockerfile</exclude>
<exclude>/dinky-loader/FlinkConfClass</exclude>
<exclude>/dinky-loader/ExpressionVariableClass</exclude>
<exclude>/dinky-loader/**</exclude>
</excludes>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion dinky-assembly/src/main/assembly/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</fileSet>
<fileSet>
<directory>${project.parent.basedir}/dinky-admin/target/classes</directory>
<outputDirectory>dinky-loader</outputDirectory>
<outputDirectory>/</outputDirectory>
<includes>
<include>**/dinky-loader/FlinkConfClass</include>
<include>**/dinky-loader/ExpressionVariableClass</include>
Expand Down

0 comments on commit 6c73913

Please sign in to comment.