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

为 IDEA 插件生成的插件模板添加 gradle-plugins 代理源 #1778

Closed
Karlatemp opened this issue Aug 25, 2021 · 1 comment · Fixed by #2636
Closed

为 IDEA 插件生成的插件模板添加 gradle-plugins 代理源 #1778

Karlatemp opened this issue Aug 25, 2021 · 1 comment · Fixed by #2636
Labels
N 优先级: 一般 s:console 子系统: mirai-console t:feature 类型: 新特性
Milestone

Comments

@Karlatemp
Copy link
Member

// settings.gradle.kts
pluginManagement {
    repositories {
        maven { url = uri("https://maven.aliyun.com/repository/gradle-plugin") }
        gradlePluginPortal()
    }
}


rootProject.name = ${}
@Karlatemp
Copy link
Member Author

可能还需要 https://maven.aliyun.com/repository/public 来预防 plugins.gradle.org --303--> jcenter.bintray.com

@Him188 Him188 transferred this issue from mamoe/mirai-console Dec 30, 2021
@Him188 Him188 added s:console 子系统: mirai-console t:feature 类型: 新特性 N 优先级: 一般 labels Dec 30, 2021
@Him188 Him188 added this to the Backlog milestone Dec 30, 2021
@Him188 Him188 modified the milestones: Backlog, 2.15.0-RC May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
N 优先级: 一般 s:console 子系统: mirai-console t:feature 类型: 新特性
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants