diff options
author | CraftyOldMiner <85420839+CraftyOldMiner@users.noreply.github.com> | 2022-06-25 10:47:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-25 17:47:26 +0200 |
commit | b2f01ae65a64a4cbb8431c29609f9c4c05f1d3a5 (patch) | |
tree | ccd10066558a5870fcf25bebbf79fa2194eecddd | |
parent | 564069bcd4124276212fcb41cf4805833ec0fbc9 (diff) | |
download | NotEnoughUpdates-b2f01ae65a64a4cbb8431c29609f9c4c05f1d3a5.tar.gz NotEnoughUpdates-b2f01ae65a64a4cbb8431c29609f9c4c05f1d3a5.tar.bz2 NotEnoughUpdates-b2f01ae65a64a4cbb8431c29609f9c4c05f1d3a5.zip |
Fix Unable to locate a logging implementation error during CompileTest (#174)
-rw-r--r-- | build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index f790ee5f..54c9e92f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -105,6 +105,7 @@ dependencies { implementation("com.fasterxml.jackson.core:jackson-core:2.13.1") implementation("info.bliki.wiki:bliki-core:3.1.0") testImplementation("org.junit.jupiter:junit-jupiter:5.8.2") + testAnnotationProcessor("org.spongepowered:mixin:0.8.4-SNAPSHOT") // modImplementation("io.github.notenoughupdates:MoulConfig:0.0.1") } |