devopvoid / webrtc-java

WebRTC for desktop platforms running Java
Apache License 2.0
248 stars 60 forks source link

mvn failed #144

Closed dannyxu2015 closed 1 month ago

dannyxu2015 commented 1 month ago

mvn clean package

Desktop (please complete the following information): Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) Maven home: /opt/maven Java version: 17.0.11, vendor: Debian, runtime: /usr/lib/jvm/java-17-openjdk-arm64 Default locale: en, platform encoding: UTF-8 OS name: "linux", version: "5.10.198", arch: "aarch64", family: "unix"

image
dannyxu2015 commented 1 month ago

the downloaded files in local maven respository:

image

I've tried to delete all files of local repository and rebuild, but also failed with same reason

dannyxu2015 commented 1 month ago

add -Dplatform.classifier=linux-aarch64 solved the problem