changes app directory to amethyst

This commit is contained in:
Vitor Pamplona
2024-06-24 14:13:55 -04:00
parent e70e8f8437
commit 4609d6e343
613 changed files with 25 additions and 23 deletions

View File

@@ -60,4 +60,4 @@ tasks.register('installGitHook', Copy) {
into { new File(rootProject.rootDir, '.git/hooks') }
fileMode 0777
}
tasks.getByPath(':app:preBuild').dependsOn installGitHook
tasks.getByPath(':amethyst:preBuild').dependsOn installGitHook