Skip to content

Commit 9f1e642

Browse files
shaileshmishrashaileshmishra
authored andcommitted
🐛 Builder pattern updated
1 parent 7a53da3 commit 9f1e642

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156

157157
<build>
158158
<plugins>
159+
159160
<plugin>
160161
<groupId>org.apache.maven.plugins</groupId>
161162
<artifactId>maven-jxr-plugin</artifactId>
@@ -259,8 +260,8 @@
259260
<artifactId>maven-compiler-plugin</artifactId>
260261
<version>${maven-compiler-plugin.version}</version>
261262
<configuration>
262-
<!--<source>${java.version}</source>-->
263-
<!--<target>${java.version}</target>-->
263+
<source>8</source>
264+
<target>8</target>
264265
<compilerArgument>-Xlint:all</compilerArgument>
265266
<showWarnings>true</showWarnings>
266267
<showDeprecation>true</showDeprecation>

0 commit comments

Comments
 (0)