Skip to content

Commit 0febaba

Browse files
committed
seperate integration tests
1 parent 4857427 commit 0febaba

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ plugins {
22
id 'java'
33
id 'java-library'
44
id 'maven-publish'
5+
id 'org.unbroken-dome.test-sets' version '3.0.1'
56
}
67

78
group = 'net.twasi'
@@ -32,10 +33,18 @@ java {
3233
// withJavadocJar()
3334
}
3435

36+
testSets {
37+
integrationTest
38+
}
39+
3540
test {
3641
useJUnitPlatform()
3742
}
3843

44+
integrationTest {
45+
useJUnitPlatform()
46+
}
47+
3948
publishing {
4049
publications {
4150
maven(MavenPublication) {

0 commit comments

Comments
 (0)