Add Junit Platform Launcher dependency

This commit is contained in:
Erik C. Thauvin 2025-03-18 04:25:26 -07:00
parent 7917f411cd
commit 8ff8044982
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -84,6 +84,7 @@ public class BitlyShortenBuild extends Project {
.include(dependency("org.jetbrains.kotlin", "kotlin-test-junit5", kotlin))
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 12, 1)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 12, 1)))
.include(dependency("org.junit.platform", "junit-platform-launcher", version(1, 12, 1)))
.include(dependency("com.willowtreeapps.assertk", "assertk-jvm", version(0, 28, 1)));
publishOperation()