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-10-26 08:49:51 +00:00
|
|
|
forge = "43.1.1"
|
|
|
|
parchment = "2022.10.16"
|
|
|
|
parchmentMc = "1.19.2"
|
2022-10-22 20:09:08 +00:00
|
|
|
|
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-10-30 13:56:39 +00:00
|
|
|
cobalt = { strictly = "[0.5.8,0.6.0)", prefer = "0.5.8" }
|
2022-11-04 21:41:59 +00:00
|
|
|
fastutil = "8.5.6"
|
|
|
|
guava = "31.0.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"
|
2022-10-21 22:10:18 +00:00
|
|
|
kotlin = "1.7.10"
|
|
|
|
kotlin-coroutines = "1.6.0"
|
2022-11-04 21:41:59 +00:00
|
|
|
logback = "1.2.11"
|
|
|
|
netty = { strictly = "[4.1.77.Final,5.0)", prefer = "4.1.77.Final" }
|
|
|
|
nightConfig = "3.6.5"
|
|
|
|
slf4j = "1.7.36"
|
2022-10-21 22:10:18 +00:00
|
|
|
|
|
|
|
# Testing
|
|
|
|
hamcrest = "2.2"
|
|
|
|
jqwik = "1.7.0"
|
|
|
|
junit = "5.9.1"
|
|
|
|
|
2022-10-22 16:47:39 +00:00
|
|
|
# Build tools
|
2022-10-29 11:01:23 +00:00
|
|
|
cctJavadoc = "1.5.2"
|
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-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"
|
2022-10-29 11:01:23 +00:00
|
|
|
illuaminate = "0.1.0-7-g2a5a89c"
|
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-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-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" }
|
|
|
|
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" }
|
|
|
|
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
|
2022-11-04 21:41:59 +00:00
|
|
|
netty-http = { module = "io.netty:netty-codec-http", version.ref = "netty" }
|
|
|
|
slf4j = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
|
2022-10-21 22:10:18 +00:00
|
|
|
|
|
|
|
# Testing
|
|
|
|
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-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-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-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"]
|
|
|
|
|
|
|
|
# Testing
|
|
|
|
test = ["junit-jupiter-api", "junit-jupiter-params", "hamcrest", "jqwik-api"]
|
|
|
|
testRuntime = ["junit-jupiter-engine", "jqwik-engine"]
|