noonmaru / psychics

Minecraft psychic plugin for Paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

psychics-abilities 빌드 실패

iljung1106 opened this issue · comments

Execution failed for task ':abilities:sample:compileKotlin'.

Could not resolve all files for configuration ':abilities:sample:compileClasspath'.
Could not find com.github.noonmaru:tap:3.2.4.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/com/github/noonmaru/tap/3.2.4/tap-3.2.4.pom
- https://papermc.io/repo/repository/maven-public/com/github/noonmaru/tap/3.2.4/tap-3.2.4.pom
- https://jitpack.io/com/github/noonmaru/tap/3.2.4/tap-3.2.4.pom
- file:/C:/Users/KimIlJung/.m2/repository/com/github/noonmaru/tap/3.2.4/tap-3.2.4.pom
Required by:
project :abilities:sample

Possible solution:

위키의 개발환경에서 프로젝트 구성하기까지 따라했는데 빌드에 실패합니다

IntelliJ, 코틀린을 사용해본 경험이 없어서 설정을 잘못한건지, 어떤 부분에 문제가 생긴건지 모르겠네요.

abilities 폴더 아래 build.gradle.kts에서
subprojects 에 dependencies 부분에 있는
compileOnly("com.github.noonmaru:tap:3.2.4") 를
compileOnly("com.github.noonmaru:tap:3.2.5")로 고쳐주시면 됩니다
20201206_104658