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

10 lines
243 B
Groovy
Raw Permalink Normal View History

2022-06-24 20:42:35 -07:00
pluginManagement {
repositories {
gradlePluginPortal()
2024-01-07 17:46:26 -07:00
maven { url = "https://maven.zontreck.com/repository/internal" }
2022-06-24 20:42:35 -07:00
}
2023-11-19 17:47:34 -07:00
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
2022-06-24 20:42:35 -07:00
}