如何部署和運行此API https://github.com/ex3ndr/telegram-api。我安裝的gradle產出,但拋出以下異常:如何部署電報java api
FAILURE: Build failed with an exception.
* What went wrong:
org.apache.commons.io.FileUtils.deleteQuietly(Ljava/io/File;)Z
* Try:
Run with --info or --debug option to get more log output.
* Exception is:
java.lang.NoSuchMethodError: org.apache.commons.io.FileUtils.deleteQuietly(Ljava
/io/File;)Z
at org.gradle.internal.nativeintegration.filesystem.services.GenericFile
System.<init>(GenericFileSystem.java:89)
at org.gradle.internal.nativeintegration.filesystem.services.FileSystemS
ervices.createFileSystem(FileSystemServices.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:57)
......
由於在期待
版本不匹配。 – chrylis
哪個版本不匹配? – Ghayel