【发布时间】:2021-12-12 12:02:52
【问题描述】:
在我的 build.gradle 文件中。
repositories {
maven {
url "https://jetbrains.bintray.com/pty4j"
}
mavenCentral()
}
dependencies {
implementation group: 'org.jetbrains.pty4j', name: 'pty4j', version: '0.9.8'
}
如果我构建我的项目,它是这样的
Could not resolve org.jetbrains.pty4j:pty4j:0.9.8.
Possible solution:
- Declare repository providing the artifact, see the documentation at
https://docs.gradle.org/current/userguide/declaring_repositories.html
我该如何解决这个错误?
【问题讨论】: