Skip to content

Commit

Permalink
Update root.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Jun 4, 2024
1 parent 016a931 commit 4011914
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions root.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,19 @@ preprocess {
fabric_1_19_04.link(fabric_1_19_02)
fabric_1_19_02.link(fabric_1_18_02)
}

val versions = listOf(
"1.18.2-fabric",
"1.19.2-fabric",
"1.19.4-fabric",
"1.20.1-fabric",
"1.20.2-fabric",
"1.20.4-fabric",
"1.20.6-fabric"
)

project.tasks.register("buildVersions") {
group = "deftu"

dependsOn(versions.map { ":$it:build" })
}

0 comments on commit 4011914

Please sign in to comment.