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.
2 parents f0d18b5 + 332cebe commit 83852d3Copy full SHA for 83852d3
commercetools/commercetools-importapi-utils/build.gradle
@@ -1,23 +1,4 @@
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