File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
sudo : required
2
+ services :
3
+ - xvfb
2
4
language : java
3
5
4
6
jdk :
5
- - oraclejdk8
6
- - oraclejdk9
7
- - openjdk7
7
+ - oraclejdk11
8
+ - openjdk8
9
+ - openjdk11
8
10
9
11
before_install :
10
12
- sudo apt-get -qq update
11
13
- sudo apt-get build-dep libjlatexmath-java
12
14
13
15
before_script :
14
16
- " export DISPLAY=:99.0"
15
- - " sh -e /etc/init.d/xvfb start"
16
- - sleep 3 # give xvfb some time to start
17
17
18
18
after_success :
19
19
- mvn cobertura:cobertura coveralls:report
Original file line number Diff line number Diff line change 53
53
</properties >
54
54
55
55
<modules >
56
+ <module >jlatexmath-font-cyrillic</module >
57
+ <module >jlatexmath-font-greek</module >
56
58
<module >jlatexmath</module >
57
59
<module >jlatexmath-fop</module >
58
60
<module >jlatexmath-example-giws</module >
59
- <!-- < module>jlatexmath-example-export</module> -- >
61
+ <module >jlatexmath-example-export</module >
60
62
<!-- require a dummy artifact so can ignore deployment of previous two example modules -->
61
63
<!-- see https://issues.sonatype.org/browse/NEXUS-9138 -->
62
64
<module >jlatexmath-ignore</module >
92
94
<plugin >
93
95
<groupId >org.apache.maven.plugins</groupId >
94
96
<artifactId >maven-javadoc-plugin</artifactId >
95
- <version >2.10.4 </version >
97
+ <version >3.1.0 </version >
96
98
<configuration >
97
- <additionalparam >-Xdoclint:none</additionalparam >
99
+ <doclint >none</doclint >
100
+ <source >8</source >
98
101
</configuration >
99
102
<executions >
100
103
<execution >
You can’t perform that action at this time.
0 commit comments