mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-02-18 04:41:31 +01:00
Better buildNumber format
This commit is contained in:
parent
ab8af032e1
commit
e8c007e4fc
2
pom.xml
2
pom.xml
@ -87,7 +87,7 @@
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<project.buildNumber>${env.GIT_BRANCH}${env.BUILD_NUMBER}</project.buildNumber>
|
||||
<project.buildNumber>${env.BUILD_NUMBER}N${env.GIT_BRANCH}</project.buildNumber>
|
||||
</properties>
|
||||
</profile>
|
||||
<!-- Skip long hash tests, reduce the test time of 20-30 seconds -->
|
||||
|
Loading…
Reference in New Issue
Block a user