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 187b414 commit 40171ecCopy full SHA for 40171ec
commercetools/commercetools-importapi-utils/build.gradle
@@ -0,0 +1,23 @@
1
+plugins {
2
+ id("java")
3
+}
4
+
5
+group = "com.commercetools.sdk"
6
+version = "19.5.0-SNAPSHOT"
7
8
+repositories {
9
+ mavenCentral()
10
11
12
+dependencies {
13
+ testImplementation(platform("org.junit:junit-bom:5.10.0"))
14
+ testImplementation("org.junit.jupiter:junit-jupiter")
15
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
16
17
+ implementation(project(":commercetools:commercetools-sdk-java-api"))
18
+ implementation(project(":commercetools:commercetools-sdk-java-importapi"))
19
20
21
+tasks.test {
22
+ useJUnitPlatform()
23
0 commit comments