2022-10-21 22:10:18 +00:00
|
|
|
[versions]
|
2022-10-22 20:09:08 +00:00
|
|
|
|
|
|
|
# Minecraft
|
|
|
|
# MC version is specified in gradle.properties, as we need that in settings.gradle.
|
2022-12-08 19:45:02 +00:00
|
|
|
fabric-api = "0.68.1+1.19.3"
|
|
|
|
fabric-loader = "0.14.11"
|
2023-01-02 15:56:01 +00:00
|
|
|
forge = "44.1.0"
|
2022-11-10 00:03:09 +00:00
|
|
|
forgeSpi = "6.0.0"
|
2022-11-10 19:32:13 +00:00
|
|
|
mixin = "0.8.5"
|
2022-12-08 19:45:02 +00:00
|
|
|
parchment = "2022.11.27"
|
2022-10-26 08:49:51 +00:00
|
|
|
parchmentMc = "1.19.2"
|
2022-10-22 20:09:08 +00:00
|
|
|
|
2022-11-08 16:43:27 +00:00
|
|
|
# Normal dependencies
|
2022-11-04 21:41:59 +00:00
|
|
|
asm = "9.3"
|
2022-10-21 22:10:18 +00:00
|
|
|
autoService = "1.0.1"
|
2022-11-04 21:41:59 +00:00
|
|
|
checkerFramework = "3.12.0"
|
2022-12-21 15:57:27 +00:00
|
|
|
cobalt = "0.5.9"
|
2022-12-15 17:53:50 +00:00
|
|
|
fastutil = "8.5.9"
|
|
|
|
guava = "31.1-jre"
|
2022-10-21 22:50:44 +00:00
|
|
|
jetbrainsAnnotations = "23.0.0"
|
2022-11-04 21:41:59 +00:00
|
|
|
jsr305 = "3.0.2"
|
2023-01-17 19:33:49 +00:00
|
|
|
kotlin = "1.8.0"
|
|
|
|
kotlin-coroutines = "1.6.4"
|
2022-12-15 17:53:50 +00:00
|
|
|
netty = "4.1.82.Final"
|
2022-11-04 21:41:59 +00:00
|
|
|
nightConfig = "3.6.5"
|
|
|
|
slf4j = "1.7.36"
|
2022-10-21 22:10:18 +00:00
|
|
|
|
2022-11-08 16:43:27 +00:00
|
|
|
# Minecraft mods
|
2023-01-07 22:16:06 +00:00
|
|
|
forgeConfig = "5.0.4"
|
2022-12-08 19:45:02 +00:00
|
|
|
iris = "1.19.3-v1.4.6"
|
2022-11-08 16:43:27 +00:00
|
|
|
jei = "11.3.0.262"
|
2022-12-08 19:45:02 +00:00
|
|
|
modmenu = "5.0.1"
|
2022-11-08 16:43:27 +00:00
|
|
|
oculus = "1.2.5"
|
2022-12-09 18:05:35 +00:00
|
|
|
rei = "10.0.578"
|
2022-11-18 23:57:25 +00:00
|
|
|
rubidium = "0.6.1"
|
2022-12-08 19:45:02 +00:00
|
|
|
sodium = "mc1.19.3-0.4.6"
|
2022-11-08 16:43:27 +00:00
|
|
|
|
2022-10-21 22:10:18 +00:00
|
|
|
# Testing
|
2022-12-08 19:45:02 +00:00
|
|
|
byteBuddy = "1.12.19"
|
2022-10-21 22:10:18 +00:00
|
|
|
hamcrest = "2.2"
|
|
|
|
jqwik = "1.7.0"
|
|
|
|
junit = "5.9.1"
|
|
|
|
|
2022-10-22 16:47:39 +00:00
|
|
|
# Build tools
|
2022-12-02 22:00:00 +00:00
|
|
|
cctJavadoc = "1.5.3"
|
2022-10-25 21:36:21 +00:00
|
|
|
checkstyle = "10.3.4"
|
2022-10-22 20:09:08 +00:00
|
|
|
curseForgeGradle = "1.0.11"
|
2022-11-06 10:28:49 +00:00
|
|
|
errorProne-core = "2.14.0"
|
|
|
|
errorProne-plugin = "2.0.2"
|
2022-11-10 19:32:13 +00:00
|
|
|
fabric-loom = "1.0-SNAPSHOT"
|
2022-10-22 20:09:08 +00:00
|
|
|
forgeGradle = "5.1.+"
|
|
|
|
githubRelease = "2.2.12"
|
2022-11-06 10:28:49 +00:00
|
|
|
ideaExt = "1.1.6"
|
2023-01-05 21:55:08 +00:00
|
|
|
illuaminate = "0.1.0-12-ga03e9cd"
|
2022-10-22 20:09:08 +00:00
|
|
|
librarian = "1.+"
|
|
|
|
minotaur = "2.+"
|
|
|
|
mixinGradle = "0.7.+"
|
2022-11-06 10:28:49 +00:00
|
|
|
nullAway = "0.9.9"
|
2022-11-10 19:32:13 +00:00
|
|
|
quiltflower = "1.7.3"
|
2022-10-22 20:09:08 +00:00
|
|
|
shadow = "7.1.2"
|
2022-10-22 16:47:39 +00:00
|
|
|
spotless = "6.8.0"
|
2022-10-22 20:09:08 +00:00
|
|
|
taskTree = "2.1.0"
|
2022-11-06 15:07:13 +00:00
|
|
|
vanillaGradle = "0.2.1-SNAPSHOT"
|
2022-10-22 16:47:39 +00:00
|
|
|
|
2022-10-21 22:10:18 +00:00
|
|
|
[libraries]
|
2022-11-08 16:43:27 +00:00
|
|
|
# Normal dependencies
|
2022-11-04 21:41:59 +00:00
|
|
|
asm = { module = "org.ow2.asm:asm", version.ref = "asm" }
|
2022-10-21 22:10:18 +00:00
|
|
|
autoService = { module = "com.google.auto.service:auto-service", version.ref = "autoService" }
|
2022-11-04 21:41:59 +00:00
|
|
|
checkerFramework = { module = "org.checkerframework:checker-qual", version.ref = "checkerFramework" }
|
2022-10-22 20:09:08 +00:00
|
|
|
cobalt = { module = "org.squiddev:Cobalt", version.ref = "cobalt" }
|
2022-11-04 21:41:59 +00:00
|
|
|
fastutil = { module = "it.unimi.dsi:fastutil", version.ref = "fastutil" }
|
2022-11-10 00:03:09 +00:00
|
|
|
forgeSpi = { module = "net.minecraftforge:forgespi", version.ref = "forgeSpi" }
|
2022-11-04 21:41:59 +00:00
|
|
|
guava = { module = "com.google.guava:guava", version.ref = "guava" }
|
2022-10-21 22:50:44 +00:00
|
|
|
jetbrainsAnnotations = { module = "org.jetbrains:annotations", version.ref = "jetbrainsAnnotations" }
|
2022-11-04 21:41:59 +00:00
|
|
|
jsr305 = { module = "com.google.code.findbugs:jsr305", version.ref = "jsr305" }
|
2022-10-21 22:10:18 +00:00
|
|
|
kotlin-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlin-coroutines" }
|
2023-01-17 19:33:49 +00:00
|
|
|
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
|
2022-11-04 21:41:59 +00:00
|
|
|
netty-http = { module = "io.netty:netty-codec-http", version.ref = "netty" }
|
2022-11-09 23:58:56 +00:00
|
|
|
nightConfig-core = { module = "com.electronwill.night-config:core", version.ref = "nightConfig" }
|
|
|
|
nightConfig-toml = { module = "com.electronwill.night-config:toml", version.ref = "nightConfig" }
|
2022-11-04 21:41:59 +00:00
|
|
|
slf4j = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
|
2022-10-21 22:10:18 +00:00
|
|
|
|
2022-11-08 16:43:27 +00:00
|
|
|
# Minecraft mods
|
2022-11-10 19:32:13 +00:00
|
|
|
fabric-api = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fabric-api" }
|
|
|
|
fabric-loader = { module = "net.fabricmc:fabric-loader", version.ref = "fabric-loader" }
|
2022-12-24 10:51:54 +00:00
|
|
|
forgeConfig = { module = "fuzs.forgeconfigapiport:forgeconfigapiport-fabric", version.ref = "forgeConfig" }
|
2022-11-10 19:32:13 +00:00
|
|
|
iris = { module = "maven.modrinth:iris", version.ref = "iris" }
|
2022-11-08 16:43:27 +00:00
|
|
|
jei-api = { module = "mezz.jei:jei-1.19.2-common-api", version.ref = "jei" }
|
|
|
|
jei-fabric = { module = "mezz.jei:jei-1.19.2-fabric", version.ref = "jei" }
|
|
|
|
jei-forge = { module = "mezz.jei:jei-1.19.2-forge", version.ref = "jei" }
|
2022-11-09 23:58:56 +00:00
|
|
|
mixin = { module = "org.spongepowered:mixin", version.ref = "mixin" }
|
2022-11-20 13:00:43 +00:00
|
|
|
modmenu = { module = "com.terraformersmc:modmenu", version.ref = "modmenu" }
|
2022-11-08 16:43:27 +00:00
|
|
|
oculus = { module = "maven.modrinth:oculus", version.ref = "oculus" }
|
2022-11-10 19:32:13 +00:00
|
|
|
rei-api = { module = "me.shedaniel:RoughlyEnoughItems-api", version.ref = "rei" }
|
|
|
|
rei-builtin = { module = "me.shedaniel:RoughlyEnoughItems-default-plugin", version.ref = "rei" }
|
|
|
|
rei-fabric = { module = "me.shedaniel:RoughlyEnoughItems-fabric", version.ref = "rei" }
|
2022-11-18 23:57:25 +00:00
|
|
|
rubidium = { module = "maven.modrinth:rubidium", version.ref = "rubidium" }
|
|
|
|
sodium = { module = "maven.modrinth:sodium", version.ref = "sodium" }
|
2022-11-08 16:43:27 +00:00
|
|
|
|
2022-10-21 22:10:18 +00:00
|
|
|
# Testing
|
2022-11-10 19:32:13 +00:00
|
|
|
byteBuddyAgent = { module ="net.bytebuddy:byte-buddy-agent", version.ref = "byteBuddy" }
|
2022-12-08 19:45:02 +00:00
|
|
|
byteBuddy = { module ="net.bytebuddy:byte-buddy", version.ref = "byteBuddy" }
|
2022-10-21 22:10:18 +00:00
|
|
|
hamcrest = { module = "org.hamcrest:hamcrest", version.ref = "hamcrest" }
|
|
|
|
jqwik-api = { module = "net.jqwik:jqwik-api", version.ref = "jqwik" }
|
|
|
|
jqwik-engine = { module = "net.jqwik:jqwik-engine", version.ref = "jqwik" }
|
|
|
|
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
|
|
|
|
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
|
|
|
|
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
|
2022-12-15 17:53:50 +00:00
|
|
|
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
|
2022-10-21 22:10:18 +00:00
|
|
|
|
2022-10-22 19:47:47 +00:00
|
|
|
# Build tools
|
2022-10-22 20:09:08 +00:00
|
|
|
cctJavadoc = { module = "cc.tweaked:cct-javadoc", version.ref = "cctJavadoc" }
|
2022-10-22 19:47:47 +00:00
|
|
|
checkstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "checkstyle" }
|
2022-11-06 10:28:49 +00:00
|
|
|
errorProne-annotations = { module = "com.google.errorprone:error_prone_annotations", version.ref = "errorProne-core" }
|
|
|
|
errorProne-api = { module = "com.google.errorprone:error_prone_check_api", version.ref = "errorProne-core" }
|
|
|
|
errorProne-core = { module = "com.google.errorprone:error_prone_core", version.ref = "errorProne-core" }
|
|
|
|
errorProne-plugin = { module = "net.ltgt.gradle:gradle-errorprone-plugin", version.ref = "errorProne-plugin" }
|
|
|
|
errorProne-testHelpers = { module = "com.google.errorprone:error_prone_test_helpers", version.ref = "errorProne-core" }
|
2022-11-10 19:32:13 +00:00
|
|
|
fabric-loom = { module = "net.fabricmc:fabric-loom", version.ref = "fabric-loom" }
|
2022-11-06 15:07:13 +00:00
|
|
|
forgeGradle = { module = "net.minecraftforge.gradle:ForgeGradle", version.ref = "forgeGradle" }
|
2022-10-29 17:17:02 +00:00
|
|
|
kotlin-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
2022-11-06 15:07:13 +00:00
|
|
|
librarian = { module = "org.parchmentmc:librarian", version.ref = "librarian" }
|
2022-11-06 10:28:49 +00:00
|
|
|
nullAway = { module = "com.uber.nullaway:nullaway", version.ref = "nullAway" }
|
2022-11-10 19:32:13 +00:00
|
|
|
quiltflower = { module = "io.github.juuxel:loom-quiltflower", version.ref = "quiltflower" }
|
2022-10-22 16:47:39 +00:00
|
|
|
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
|
2022-11-06 15:07:13 +00:00
|
|
|
vanillaGradle = { module = "org.spongepowered:vanillagradle", version.ref = "vanillaGradle" }
|
2022-10-22 16:47:39 +00:00
|
|
|
|
2022-10-22 20:09:08 +00:00
|
|
|
[plugins]
|
|
|
|
curseForgeGradle = { id = "net.darkhax.curseforgegradle", version.ref = "curseForgeGradle" }
|
|
|
|
forgeGradle = { id = "net.minecraftforge.gradle", version.ref = "forgeGradle" }
|
2022-11-06 10:28:49 +00:00
|
|
|
githubRelease = { id = "com.github.breadmoirai.github-release", version.ref = "githubRelease" }
|
|
|
|
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext", version.ref = "ideaExt" }
|
|
|
|
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
2022-10-22 20:09:08 +00:00
|
|
|
librarian = { id = "org.parchmentmc.librarian.forgegradle", version.ref = "librarian" }
|
2022-11-06 10:28:49 +00:00
|
|
|
minotaur = { id = "com.modrinth.minotaur", version.ref = "minotaur" }
|
|
|
|
mixinGradle = { id = "org.spongepowered.mixin", version.ref = "mixinGradle" }
|
2022-10-22 20:09:08 +00:00
|
|
|
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
|
2022-11-06 10:28:49 +00:00
|
|
|
taskTree = { id = "com.dorongold.task-tree", version.ref = "taskTree" }
|
2022-10-22 20:09:08 +00:00
|
|
|
|
2022-10-21 22:10:18 +00:00
|
|
|
[bundles]
|
|
|
|
kotlin = ["kotlin-stdlib", "kotlin-coroutines"]
|
|
|
|
|
2022-11-08 16:43:27 +00:00
|
|
|
# Minecraft
|
2022-11-09 23:58:56 +00:00
|
|
|
externalMods-common = ["jei-api", "forgeConfig", "nightConfig-core", "nightConfig-toml"]
|
2022-11-08 16:43:27 +00:00
|
|
|
externalMods-forge-compile = ["oculus", "jei-api"]
|
2022-12-08 19:45:02 +00:00
|
|
|
externalMods-forge-runtime = []
|
2022-11-10 19:32:13 +00:00
|
|
|
externalMods-fabric = ["fabric-loader", "fabric-api", "forgeConfig", "nightConfig-core", "nightConfig-toml"]
|
|
|
|
externalMods-fabric-compile = ["iris", "jei-api", "rei-api", "rei-builtin"]
|
2022-12-08 19:45:02 +00:00
|
|
|
externalMods-fabric-runtime = ["modmenu"]
|
2022-11-08 16:43:27 +00:00
|
|
|
|
2022-10-21 22:10:18 +00:00
|
|
|
# Testing
|
|
|
|
test = ["junit-jupiter-api", "junit-jupiter-params", "hamcrest", "jqwik-api"]
|
|
|
|
testRuntime = ["junit-jupiter-engine", "jqwik-engine"]
|