mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-08-22 07:06:05 +00:00
build: Use Foojay Toolchains Convention Plugin
This commit adds the `org.gradle.toolchains.foojay-resolver-convention` plugin to the project, which will simplify the management of JDK toolchains by automatically discovering and provisioning them from the Foojay Discovery API.
This commit is contained in:
parent
6d44919f5b
commit
ebeef8d71c
@ -5,6 +5,9 @@ pluginManagement {
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user