caoimhebyrne / KDiscordIPC

A Kotlin library for interacting with Discord via IPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jitpack build for dev branch not working

Mr-Pine opened this issue · comments

Trying to get a dependency for the dev branch via Jitpack fails during compile:

> Task :compileKotlin FAILED
2 actionable tasks: 1 executed, 1 up-to-date
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Dhttps.protocols=TLSv1.2
e: /home/jitpack/build/src/main/kotlin/dev/cbyrne/kdiscordipc/core/socket/impl/UnixSocket.kt: (8, 17): Unresolved reference: UnixDomainSocketAddress
e: /home/jitpack/build/src/main/kotlin/dev/cbyrne/kdiscordipc/core/socket/impl/UnixSocket.kt: (13, 68): Unresolved reference: UNIX
e: /home/jitpack/build/src/main/kotlin/dev/cbyrne/kdiscordipc/core/socket/impl/UnixSocket.kt: (19, 24): Unresolved reference: UnixDomainSocketAddress
e: /home/jitpack/build/src/main/kotlin/dev/cbyrne/kdiscordipc/core/util/constants.kt: (16, 64): Unresolved reference: pid

FAILURE: Build failed with an exception.

We aren't planning to use Jitpack for distribution of this library.