qubole / qds-sdk-java

A Java library that provides the tools you need to authenticate with, and use the Qubole Data Service API.

Home Page:https://api.qubole.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JDK 11 Support

fborriello opened this issue · comments

It would be useful to have a specific maven profile that builds the library with Java 11.
A possible command could be:
mvn clean install -P jdk11-compliant

I've implemented it, see PR: 107

Merged fix on #107, thanks