Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

psychics-abilities 빌드 실패 #93

Open
iljung1106 opened this issue Dec 5, 2020 · 1 comment
Open

psychics-abilities 빌드 실패 #93

iljung1106 opened this issue Dec 5, 2020 · 1 comment

Comments

@iljung1106
Copy link

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

@Hinoto04
Copy link

Hinoto04 commented Dec 6, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants