chore: Project adjustment
This commit is contained in:
parent
311c8be77e
commit
74394649c5
2 changed files with 2 additions and 9 deletions
|
@ -10,10 +10,3 @@ steps:
|
|||
image: *maven_image
|
||||
commands:
|
||||
- mvn -B verify
|
||||
- name: deploy
|
||||
image: *maven_image
|
||||
commands:
|
||||
- mvn -B jar:jar deploy:deploy
|
||||
secrets: [ reposilite_user, reposilite_token ]
|
||||
when:
|
||||
branch: [ master ]
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -11,8 +11,7 @@
|
|||
</parent>
|
||||
|
||||
<groupId>eu.ztsh</groupId>
|
||||
<artifactId>spring-boot-template</artifactId>
|
||||
<name>Spring Boot Standalone Template</name>
|
||||
<artifactId>wymiana-walut</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
|
||||
<properties>
|
||||
|
@ -22,6 +21,7 @@
|
|||
<project.reporting.outputEncoding>${source.encoding}</project.reporting.outputEncoding>
|
||||
|
||||
<!-- JDK -->
|
||||
<java.version>17</java.version>
|
||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue