作者 crossoverJie

:arrow_down: Downgrading dependencies.

正在显示 1 个修改的文件 包含 13 行增加0 行删除
@@ -106,4 +106,17 @@ @@ -106,4 +106,17 @@
106 </dependencies> 106 </dependencies>
107 </dependencyManagement> 107 </dependencyManagement>
108 108
  109 +
  110 + <build>
  111 + <plugins>
  112 + <plugin>
  113 + <groupId>org.apache.maven.plugins</groupId>
  114 + <artifactId>maven-compiler-plugin</artifactId>
  115 + <configuration>
  116 + <source>1.8</source>
  117 + <target>1.8</target>
  118 + </configuration>
  119 + </plugin>
  120 + </plugins>
  121 + </build>
109 </project> 122 </project>