[versions] indra = "4.0.0" checkstyle = "13.2.0" checks = "1.1.0-SNAPSHOT" shadow = "9.3.1" junit = "6.0.2" jspecify = "1.0.0" jetbrains-annotations = "26.0.2" [libraries] # build logic indra-common = { group = "net.kyori", name = "indra-common", version.ref = "indra" } indra-licenseHeader = { group = "net.kyori", name = "indra-licenser-spotless", version.ref = "indra" } shadow = { group = "com.gradleup.shadow", name = "shadow-gradle-plugin", version.ref = "shadow" } # development tools (code quality, annotations) checkstyle = { group = "com.puppycrawl.tools", name = "checkstyle", version.ref = "checkstyle" } checks = { group = "com.nayrid", name = "checks", version.ref = "checks" } jspecify = { group = "org.jspecify", name = "jspecify", version.ref = "jspecify" } jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version.ref = "jetbrains-annotations" } # testing junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version.ref = "junit" } junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher", version.ref = "junit" }