Skip to content

Commit 61e8239

Browse files
committed
[Build] Fix open OpenJDK 11 location
1 parent 8f7c1a0 commit 61e8239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.m2/travis-ci-toolchains.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\<?xml version="1.0" encoding="UTF8"?>
1+
<?xml version="1.0" encoding="UTF8"?>
22
<toolchains>
33
<toolchain>
44
<type>jdk</type>
@@ -7,7 +7,7 @@
77
<vendor>openjdk</vendor>
88
</provides>
99
<configuration>
10-
<jdkHome>/usr/local/lib/jvm/openjdk11</jdkHome>
10+
<jdkHome>/usr/lib/jvm/java-11-openjdk-amd64</jdkHome>
1111
</configuration>
1212
</toolchain>
1313
</toolchains>

0 commit comments

Comments
 (0)