support kotlin "*.gradle.kts" files in more places

closes #613
This commit is contained in:
Hans-Christoph Steiner 2020-02-13 09:54:55 +01:00
parent 9ae41cc1ff
commit 68b793e308
3 changed files with 5 additions and 4 deletions

View file

@ -243,7 +243,7 @@ def main():
app.RepoType = 'git'
app.UpdateCheckMode = "Tags"
if os.path.exists('build.gradle'):
if os.path.exists('build.gradle') or os.path.exists('build.gradle.kts'):
build.gradle = ['yes']
import git