Skip to content

Commit

Permalink
Merge branch 'main' into questionAnswer
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdbsx committed Jul 19, 2023
2 parents ece2b34 + 28b7e15 commit 5c21cc0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,15 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>17</source> // 사용하는 Java 버전에 맞게 변경합니다.
<target>17</target> // 사용하는 Java 버전에 맞게 변경합니다.
</configuration>
</plugin>
</plugins>

</build>

</project>

0 comments on commit 5c21cc0

Please sign in to comment.