chore: Project adjustment

This commit is contained in:
Piotr Dec 2024-05-20 22:53:15 +02:00
parent 311c8be77e
commit 74394649c5
Signed by: stawros
GPG key ID: F89F27AD8F881A91
2 changed files with 2 additions and 9 deletions

View file

@ -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 ]

View file

@ -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>