fixed warning

master
Robinson 2022-01-25 09:01:04 +01:00
parent 7acef682ca
commit 824a9aba08
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ GetVersionInfoTask : DefaultTask() {
}
}
}
} catch (e: Exception) {
} catch (ignored: Exception) {
}
}
}