Skip to content

Commit 22ae88a

Browse files
shaileshmishrashaileshmishra
authored andcommitted
✅ Tests added for User module - (api, mock, unit)
1 parent bb045bc commit 22ae88a

File tree

4 files changed

+4
-56
lines changed

4 files changed

+4
-56
lines changed

.github/badges/branches.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/badges/jacoco.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/maven.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
</execution>
182182
</executions>
183183
</plugin>
184+
184185
<plugin>
185186
<groupId>org.apache.maven.plugins</groupId>
186187
<artifactId>maven-source-plugin</artifactId>
@@ -194,6 +195,7 @@
194195
</execution>
195196
</executions>
196197
</plugin>
198+
197199
<plugin>
198200
<groupId>org.apache.maven.plugins</groupId>
199201
<artifactId>maven-javadoc-plugin</artifactId>
@@ -255,8 +257,8 @@
255257
<artifactId>maven-compiler-plugin</artifactId>
256258
<version>${maven-compiler-plugin.version}</version>
257259
<configuration>
258-
<!-- <source>${java.version}</source>-->
259-
<!-- <target>${java.version}</target>-->
260+
<!--<source>${java.version}</source>-->
261+
<!--<target>${java.version}</target>-->
260262
<compilerArgument>-Xlint:all</compilerArgument>
261263
<showWarnings>true</showWarnings>
262264
<showDeprecation>true</showDeprecation>

0 commit comments

Comments
 (0)