summary refs log tree commit diff
path: root/settings.gradle
blob: 7a488e36b12df617bde77356b63ed29c65977533 (plain)
1
2
3
4
5
6
7
8
9
pluginManagement {
    repositories {
        gradlePluginPortal()
    }
}

plugins {
    id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
}