mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-23 03:17:53 +01:00
Add foojay resolver
This commit is contained in:
parent
809a0eb616
commit
5472f1a8f9
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ pluginManagement {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
plugins {
|
||||||
|
id("org.gradle.toolchains.foojay-resolver-convention") version("0.9.0")
|
||||||
|
}
|
||||||
|
|
||||||
rootProject.name = "Flywheel"
|
rootProject.name = "Flywheel"
|
||||||
|
|
||||||
include("common")
|
include("common")
|
||||||
|
|
Loading…
Reference in a new issue