We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca4bb1 commit ebae982Copy full SHA for ebae982
1 file changed
build.gradle
@@ -103,8 +103,8 @@ dependencies {
103
bundledPlugin( 'com.intellij.java' )
104
bundledPlugin( 'org.jetbrains.kotlin' )
105
106
- testFramework(TestFrameworkType.Platform.INSTANCE)
107
- testFramework(TestFrameworkType.Plugin.Java.INSTANCE)
+ testFramework( TestFrameworkType.Platform.INSTANCE )
+ testFramework( TestFrameworkType.Plugin.Java.INSTANCE )
108
}
109
implementation('org.mapstruct:mapstruct:1.5.3.Final')
110
testImplementation(platform('org.junit:junit-bom:5.11.0'))
0 commit comments