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

哪位大佬有私有maven仓库? #53

Open
kaitian521 opened this issue Aug 5, 2021 · 1 comment
Open

哪位大佬有私有maven仓库? #53

kaitian521 opened this issue Aug 5, 2021 · 1 comment

Comments

@kaitian521
Copy link

我搞定了ASM6.0的兼容,就是懒得配置sonatype的上传,太麻烦了,我可以maven私服传过去

@siyehua
Copy link

siyehua commented Aug 6, 2021

不用这么麻烦,我根据 pullrequest 的 asm6 修改,直接把插件放到了本地

uploadArchives{
    repositories{
        mavenDeployer{
            //本地maven地址
            repository(url : uri('../lancet'))
        }
    }
}

用的时候这么用:
maven {
url "上面存的绝对路径"
}

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