We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7853b4a commit a7ee48bCopy full SHA for a7ee48b
1 file changed
build.gradle
@@ -56,8 +56,7 @@ repositories {
56
}
57
58
dependencies {
59
- testImplementation platform('org.junit:junit-bom:5.10.0')
60
- testImplementation 'org.junit.jupiter:junit-jupiter'
+ compileOnly("org.mangorage:mangobotbootstrap:1.0.82-beta.1")
61
62
63
test {
0 commit comments