Update jetbrains annotations and the indra.git gradle plugin

This commit is contained in:
Username404 2021-06-04 21:17:21 +02:00
parent 9f673b643e
commit 3b1fe46b12
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ plugins {
id("architectury-plugin") version "[3.0.100, 3.3["
id("dev.architectury.loom") version "0.7.2.110" apply false
id("com.github.ben-manes.versions") version "0.39.0"
id("net.kyori.indra.git") version "2.0.4"
id("net.kyori.indra.git") version "2.0.5"
id("com.modrinth.minotaur") version "1.2.1"
}
@ -58,7 +58,7 @@ subprojects {
"$kotlinX:kotlinx-datetime:0.2.1",
"com.typesafe:config:1.4.1",
"io.github.config4k:config4k:0.4.2",
"org.jetbrains:annotations:20.1.0",
"org.jetbrains:annotations:21.0.1",
"com.github.Vatuu:discord-rpc:1.6.2"
).forEach { implementation(it); shadowC(it) { isTransitive = false; exclude("com.sun.jna") } }
"minecraft"("com.mojang:minecraft:${rootProject.property("minecraft")}")