Skip to content

Commit dfaab79

Browse files
committed
pom.xml build.gradle: activate tests
1 parent 1aa80fe commit dfaab79

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ sourceCompatibility = '1.8'
66
targetCompatibility = '1.8'
77
version = '0.1'
88

9+
test {
10+
useJUnitPlatform()
11+
}
12+
913
repositories {
1014
mavenCentral()
1115
}

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
</properties>
1212
<build>
1313
<plugins>
14+
<plugin>
15+
<artifactId>maven-surefire-plugin</artifactId>
16+
<version>2.22.0</version>
17+
</plugin>
1418
<plugin>
1519
<artifactId>maven-eclipse-plugin</artifactId>
1620
<version>2.10</version>

0 commit comments

Comments
 (0)