commit | 1686c87024766015d510fc007aeef548a9c1a2a0 | [log] [tgz] |
---|---|---|
author | Fokko Driesprong <fokko@driesprong.frl> | Fri Feb 01 20:31:58 2019 +0100 |
committer | James E. King III <jking@apache.org> | Fri Feb 01 14:31:58 2019 -0500 |
tree | 69309430f0983c5dc91e8bf33de604b4a0672168 | |
parent | 3ec4031a4c6d685bcc02fa10dd13b2df58732b82 [diff] [blame] |
THRIFT-4766: Fix JDK11 build (#1723) * [THRIFT-4766] Enable JDK9 build * THRIFT-4766: build on bionic using native jdk (java-11-openjdk) Change from headless to the normal JDK. Maybe the libasound is pulled in transitively.
diff --git a/lib/java/gradle.properties b/lib/java/gradle.properties index a964675..0811659 100644 --- a/lib/java/gradle.properties +++ b/lib/java/gradle.properties
@@ -31,3 +31,4 @@ servlet.version=2.5 junit.version=4.12 mockito.version=1.9.5 +javax.annotation.version=1.3.2