Skip to content

Commit

Permalink
nop-cli在github上打包失败,暂时去除gen-code-tests goal
Browse files Browse the repository at this point in the history
  • Loading branch information
entropy-cloud committed Sep 6, 2024
1 parent db688bd commit 36cc1fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nop-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,15 @@
<goals>
<goal>build</goal>
<goal>generate-code</goal>
<goal>generate-code-tests</goal>
<!-- <goal>generate-code-tests</goal>-->
</goals>

<configuration>
<properties>
<quarkus.package.type>uber-jar</quarkus.package.type>
<quarkus.package.main-class>io.nop.cli.NopCliApplication</quarkus.package.main-class>
<quarkus.package.add-runner-suffix>false</quarkus.package.add-runner-suffix>
<skipTests>true</skipTests>
</properties>
</configuration>
</execution>
Expand Down

0 comments on commit 36cc1fa

Please sign in to comment.