Skip to content

Commit d91c431

Browse files
committed
Use master for generating spec
1 parent f713ba4 commit d91c431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
}
2121

2222
ext {
23-
gotifyVersion = '1.1.7'
23+
gotifyVersion = 'master'
2424
specLocation = "$buildDir/gotify.spec.json"
2525
}
2626

@@ -49,7 +49,7 @@ task downloadSpec {
4949
inputs.property 'version', gotifyVersion
5050
doFirst {
5151
buildDir.mkdirs()
52-
download("https://raw.githubusercontent.com/gotify/server/v${gotifyVersion}/docs/spec.json", specLocation)
52+
download("https://raw.githubusercontent.com/gotify/server/${gotifyVersion}/docs/spec.json", specLocation)
5353
}
5454
}
5555

0 commit comments

Comments
 (0)