This website works better with JavaScript.
首頁
探索
說明
註冊
登入
server
/
wxJava-final
關註
6
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fix: IDEA 导入的时候总是会将编译level变成5.0的问题
master
Daniel Qian
10 年之前
父節點
d3d61d753e
當前提交
8d95028658
共有
1 個文件被更改
,包括
10 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
pom.xml
+ 10
- 0
pom.xml
查看文件
@@ -225,6 +225,16 @@
<goals>deploy</goals>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
Write
Preview
Loading…
取消
儲存