mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
Type in depemdencies
This commit is contained in:
parent
7d6e22d60c
commit
ae1ee81c71
@ -39,7 +39,7 @@ java.lang.NoClassDefFoundError: org/opentest4j/AssertionFailedError
|
|||||||
To apply the workaround, add the missing `org.opentest4j:opentest4j` test dependency to your Gradle build configuration:
|
To apply the workaround, add the missing `org.opentest4j:opentest4j` test dependency to your Gradle build configuration:
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
depemdencies {
|
dependencies {
|
||||||
// ...
|
// ...
|
||||||
testImplementation("org.opentest4j:opentest4j:1.3.0")
|
testImplementation("org.opentest4j:opentest4j:1.3.0")
|
||||||
}
|
}
|
||||||
@ -60,7 +60,7 @@ Caused by: java.lang.NoClassDefFoundError: org/junit/rules/TestRule
|
|||||||
To apply the workaround, add the JUnit4 test runtime dependency to your Gradle build configuration:
|
To apply the workaround, add the JUnit4 test runtime dependency to your Gradle build configuration:
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
depemdencies {
|
dependencies {
|
||||||
// ...
|
// ...
|
||||||
testRuntimeOnly("junit:junit:4.13.2")
|
testRuntimeOnly("junit:junit:4.13.2")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user