Use master for generating spec

This commit is contained in:
Jannis Mattheis
2019-02-18 17:52:56 +01:00
parent f713ba4915
commit d91c431988

View File

@@ -20,7 +20,7 @@ plugins {
}
ext {
gotifyVersion = '1.1.7'
gotifyVersion = 'master'
specLocation = "$buildDir/gotify.spec.json"
}
@@ -49,7 +49,7 @@ task downloadSpec {
inputs.property 'version', gotifyVersion
doFirst {
buildDir.mkdirs()
download("https://raw.githubusercontent.com/gotify/server/v${gotifyVersion}/docs/spec.json", specLocation)
download("https://raw.githubusercontent.com/gotify/server/${gotifyVersion}/docs/spec.json", specLocation)
}
}