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 { |
Søren Gjesse | 80ae2c7 | 2023-10-26 12:04:01 +0200 | [diff] [blame] | 8 | url = uri("file:../../third_party/dependencies_plugin") |
Rico Wind | a6e4efc | 2023-08-03 07:51:44 +0200 | [diff] [blame] | 9 | } |
| 10 | maven { |
Søren Gjesse | 80ae2c7 | 2023-10-26 12:04:01 +0200 | [diff] [blame] | 11 | url = uri("file:../../third_party/dependencies") |
Rico Wind | a6e4efc | 2023-08-03 07:51:44 +0200 | [diff] [blame] | 12 | } |
| 13 | } |
| 14 | } |
| 15 | |
| 16 | dependencyResolutionManagement { |
| 17 | repositories { |
| 18 | maven { |
| 19 | url = uri("file:../../third_party/dependencies") |
| 20 | } |
Rico Wind | a6e4efc | 2023-08-03 07:51:44 +0200 | [diff] [blame] | 21 | } |
| 22 | } |
| 23 | |
| 24 | rootProject.name = "resourceshrinker" |
Morten Krogh-Jespersen | ad74d68 | 2023-09-14 15:55:18 +0200 | [diff] [blame] | 25 | |
| 26 | val root = rootProject.projectDir.parentFile |
| 27 | includeBuild(root.resolve("shared")) |