mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2024-11-14 00:43:32 +00:00
14 lines
240 B
Plaintext
14 lines
240 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")
|
|
|
|
|