Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

updateWhitesource failed with JDK9 #3

Open
fladulima opened this issue Apr 16, 2018 · 1 comment
Open

updateWhitesource failed with JDK9 #3

fladulima opened this issue Apr 16, 2018 · 1 comment

Comments

@fladulima
Copy link

fladulima commented Apr 16, 2018

Execution failed for task ':updateWhitesource'.

sun/misc/BASE64Encoder

The dependency wss-agent-api-client:2.3.8 uses sun/misc/BASE64Encoder in ZipUtils which is not available in JDK9.

Upgrade the wss-agent-api-client to the latest version should fix the problem since it has removed the usage of the deprecated class.

https://github.com/whitesource/agents/blob/master/wss-agent-utils/src/main/java/org/whitesource/agent/utils/ZipUtils.java

@FranziscaZarrai
Copy link

I am running into the same issue with JDK 10 (which makes sense given the removal mentioned by @fladulima ) on an Android Project.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants