1
0
Fork 0

add sub id

kcx-1614
聪聪 2017-06-25 20:14:45 +08:00
parent b82ed7a227
commit 19ff6c7845
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ def buildInfo(String key) {
buildInfoCached = new JsonSlurper().parse(new URL("https://api.prok.pw/repo/version/${group}/${name}"))
} else {
buildInfoCached = [
nextBuildNumber: 'UNOFFICIAL',
nextBuildNumber: '176',
version : 'NONE'
]
}