/
magnusroot
/
flutter
Обзор
Документация
Войти
/
magnusroot
/
flutter
Код
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
dev/integration_tests/android_engine_test/android/build.gradle
22 строки
600 B
Matan Lurey
Rename `native_driver` to `android_{driver_extensions|engine_test}` (#161263)
08 янв 2025, 23:28
Не верифицирован
08 янв 2025, 23:28
132e298
Код
Авторство
О чём код?
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. allprojects { repositories { google() mavenCentral() } } rootProject.layout.buildDirectory.value(rootProject.layout.buildDirectory.dir("../../build").get()) subprojects { project.layout.buildDirectory.value(rootProject.layout.buildDirectory.dir(project.name).get()) } subprojects { project.evaluationDependsOn(":app") } tasks.register("clean", Delete) { delete rootProject.layout.buildDirectory }