mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-10 18:00:11 +01:00
fix version number
This commit is contained in:
parent
7b08d98232
commit
6606850e4a
@ -178,7 +178,7 @@ compileJava {
|
||||
options.compilerArgs << '-parameters'
|
||||
}
|
||||
|
||||
tasks.register('writeVersion') {
|
||||
task writeVersion {
|
||||
def propsFile = file('src/main/resources/version.properties')
|
||||
def props = new Properties()
|
||||
props.setProperty('version', version)
|
||||
@ -208,6 +208,6 @@ tasks.named('test') {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
tasks.register('printVersion') {
|
||||
task printVersion {
|
||||
println project.version
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user