Rico Wind | a6e4efc | 2023-08-03 07:51:44 +0200 | [diff] [blame] | 1 | // Copyright (c) 2023, the R8 project authors. Please see the AUTHORS file |
| 2 | // for details. All rights reserved. Use of this source code is governed by a |
| 3 | // BSD-style license that can be found in the LICENSE file. |
| 4 | |
| 5 | pluginManagement { |
| 6 | repositories { |
| 7 | maven { |
| 8 | url = uri("file:../../third_party/dependencies") |
| 9 | } |
| 10 | maven { |
| 11 | url = uri("file:../../third_party/dependencies_new") |
| 12 | } |
| 13 | } |
| 14 | } |
| 15 | |
| 16 | dependencyResolutionManagement { |
| 17 | repositories { |
| 18 | maven { |
| 19 | url = uri("file:../../third_party/dependencies") |
| 20 | } |
| 21 | maven { |
| 22 | url = uri("file:../../third_party/dependencies_new") |
| 23 | } |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | rootProject.name = "resourceshrinker" |
Morten Krogh-Jespersen | ad74d68 | 2023-09-14 15:55:18 +0200 | [diff] [blame] | 28 | |
| 29 | val root = rootProject.projectDir.parentFile |
| 30 | includeBuild(root.resolve("shared")) |