Closed Jiec3 closed 7 years ago
I have same question
@wo153 @micck2 可以现在repositories里增加 maven{ url 'https://dl.bintray.com/wemobiledev/maven'}
duplicate #556
@simpleton 加了这个不能解决上诉问题呀
麻烦更新sevenzip到1.2.3的版本
On Jul 20, 2017 5:15 PM, "guanyueyun" notifications@github.com wrote:
[image: image] https://user-images.githubusercontent.com/23523919/28410028-00195b8e-6d6f-11e7-9c1b-a9342ef7ea68.png
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Tencent/tinker/issues/559#issuecomment-316646178, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbvYomfzKvmn4hSeEoz8eOZGIDeCYgRks5sPxq5gaJpZM4Odp45 .
我配置了本地sevenzip路径解决了
本地好用,方法如下:
直接手动创建: ~/.m2/repository/com/tencent/mm/SevenZip/1.1.10/SevenZip-1.1.10-osx-x86_64.exe
然后加入到根目录
repositories {
// 加上这一句
mavenLocal()
}
本地好用,方法如下:
直接手动创建: ~/.m2/repository/com/tencent/mm/SevenZip/1.1.10/SevenZip-1.1.10-osx-x86_64.exe
然后加入到根目录
repositories { // 加上这一句 mavenLocal()
}
@zhangxy123666 怎么直接创建?
本地好用,方法如下:
直接手动创建: ~/.m2/repository/com/tencent/mm/SevenZip/1.1.10/SevenZip-1.1.10-osx-x86_64.exe
然后加入到根目录
repositories { // 加上这一句 mavenLocal()
}
3q done
直接手动创建: ~/.m2/repository/com/tencent/mm/SevenZip/1.1.10/SevenZip-1.1.10-osx-x86_64.exe 然后加入到根目录
请问下手动创建意思是,将这个.exe的执行文件下载到对应目录吗?可以给个链接吗? 我是MAC系统,不太清楚如何操作,谢谢!