瀏覽代碼

Merge pull request #39 from lightglitch/fix1.8

Fix build on JDK 1.8
tags/release-0.10.0
Decebal Suiu 9 年之前
父節點
當前提交
3aeefcd772
共有 1 個文件被更改,包括 11 次插入2 次删除
  1. 11
    2
      pom.xml

+ 11
- 2
pom.xml 查看文件

@@ -27,8 +27,8 @@
<connection>scm:git:https://github.com/decebals/pf4j.git</connection>
<developerConnection>scm:git:https://github.com/decebals/pf4j.git</developerConnection>
<url>git@github.com/decebals/pf4j.git</url>
<tag>HEAD</tag>
</scm>
<tag>HEAD</tag>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -111,6 +111,15 @@
</modules>

<profiles>
<profile>
<id>jdk8-build</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<additionalparam>-Xdoclint:none</additionalparam>
</properties>
</profile>
<profile>
<id>release-sign-artifacts</id>
<activation>

Loading…
取消
儲存