This repository has been archived on 2024-07-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Thresholds/settings.gradle

10 lines
No EOL
243 B
Groovy

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