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 1aa80fe commit dfaab79Copy full SHA for dfaab79
build.gradle
@@ -6,6 +6,10 @@ sourceCompatibility = '1.8'
6
targetCompatibility = '1.8'
7
version = '0.1'
8
9
+test {
10
+ useJUnitPlatform()
11
+}
12
+
13
repositories {
14
mavenCentral()
15
}
pom.xml
@@ -11,6 +11,10 @@
</properties>
<build>
<plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
16
+ <version>2.22.0</version>
17
+ </plugin>
18
<plugin>
19
<artifactId>maven-eclipse-plugin</artifactId>
20
<version>2.10</version>
0 commit comments