This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
Thresholds/settings.gradle
2024-01-07 17:46:26 -07:00

10 lines
No EOL
243 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
maven { url = "https://maven.zontreck.com/repository/internal" }
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
}