Skip to content

Commit 9b5f359

Browse files
committed
Update to Java 11
1 parent b834991 commit 9b5f359

File tree

23 files changed

+12
-98
lines changed

23 files changed

+12
-98
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: java
22

33
jdk:
4-
- openjdk8
4+
- openjdk11
55

66
script:
77
- |

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ dependencies {
4747
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${jUnitVersion}"
4848
}
4949

50+
configurations {
51+
testImplementation.exclude module: 'graphviz-java'
52+
}
53+
5054
task sourcesJar(type: Jar) {
5155
from sourceSets.main.allJava
5256
archiveClassifier = 'sources'

graphviz-test-example/ex1.png

2.12 KB
Loading

graphviz-test-example/ex1i.png

2.84 KB
Loading

graphviz-test-example/ex1m.png

2.84 KB
Loading

graphviz-test-example/ex2.png

26.6 KB
Loading

graphviz-test-example/ex3.png

12.8 KB
Loading

graphviz-test-example/ex4-1.png

24.3 KB
Loading

graphviz-test-example/ex4-2.png

17.6 KB
Loading

graphviz-test-example/ex5p.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)