aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/projects/dependencyResolutionManagement/settings.gradle
blob: c05e369995a4d8c5479de657d6c8ab52a6cba940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pluginManagement {
    plugins {
        id 'fabric-loom'
    }
}

plugins {
    id 'fabric-loom'
}

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
}

include 'basic'
include 'projmap'