mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2024-11-12 16:06:06 +00:00
14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.5.0")
|
|
}
|
|
|
|
rootProject.name = "ItemizerX"
|
|
include("shared")
|
|
include("v1_20_R1")
|
|
include("v1_19_R3")
|
|
include("v1_19_R2")
|
|
include("v1_19_R1")
|
|
include("v1_18_R2")
|
|
include("v1_18_R1")
|
|
include("v1_17_R1")
|