We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cd5ce4 + 0a6d2b0 commit f5f3237Copy full SHA for f5f3237
.travis.yml
@@ -3,9 +3,6 @@ language: java
3
4
matrix:
5
include:
6
- - jdk: openjdk8
7
- before_install:
8
- - export MVN_OPT='--projects "!gpclient/gpclient-javafx"'
9
- jdk: openjdk11
10
env:
11
- EPICS_PVA_ADDR_LIST=127.255.255.255
gpclient/pom.xml
@@ -49,19 +49,6 @@
49
</execution>
50
</executions>
51
</plugin>
52
- <plugin>
53
- <groupId>org.apache.maven.plugins</groupId>
54
- <artifactId>maven-javadoc-plugin</artifactId>
55
- <version>2.10.4</version>
56
- <executions>
57
- <execution>
58
- <id>attach-javadocs</id>
59
- <goals>
60
- <goal>jar</goal>
61
- </goals>
62
- </execution>
63
- </executions>
64
- </plugin>
65
<plugin>
66
<groupId>com.mycila</groupId>
67
<artifactId>license-maven-plugin</artifactId>
0 commit comments