Remove skip configuration from pom.xml
This change removes the `<skip>true</skip>` configuration, ensuring that the application is not skipped during the build process.
This commit is contained in:
parent
34482f7c4a
commit
e0e7120294
1
pom.xml
1
pom.xml
@ -55,7 +55,6 @@
|
|||||||
<version>${spring-boot.version}</version>
|
<version>${spring-boot.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<mainClass>com.hxuanyu.giteaactiontest.GiteaActionTestApplication</mainClass>
|
<mainClass>com.hxuanyu.giteaactiontest.GiteaActionTestApplication</mainClass>
|
||||||
<skip>true</skip>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user