Replies: 2 comments
-
ORT is now built with JDK 17 by default. If you have a project that relies on JDK 11, you need to customize the JDK version when building the Docker image, see Line 21 in d0f9e69 |
Beta Was this translation helpful? Give feedback.
-
We should remove the Android SDK installation code from the Dockerfile because The error message is as follows:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I've got a issue with the analyzer.
My project is a kotlin project build with gradle 7.1.1 and jdk 11.
When I run ORT, the dependencies are not retreived and I got this issue :
I built a docker image build this morning (so with latest commit d0f9e69) and I still have this error.
Beta Was this translation helpful? Give feedback.
All reactions