2021-08-06 05:41:03 +03:00
|
|
|
rootProject.name = "gradle-tools"
|
2023-11-01 20:15:18 +03:00
|
|
|
|
|
|
|
plugins {
|
2024-04-20 09:19:11 +03:00
|
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
|
|
|
|
id("de.fayard.refreshVersions") version "0.60.5"
|
2023-11-01 20:15:18 +03:00
|
|
|
}
|