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:
hxuanyu 2024-11-04 19:07:24 +08:00
parent 34482f7c4a
commit e0e7120294

View File

@ -55,7 +55,6 @@
<version>${spring-boot.version}</version>
<configuration>
<mainClass>com.hxuanyu.giteaactiontest.GiteaActionTestApplication</mainClass>
<skip>true</skip>
</configuration>
<executions>
<execution>