WeBASE-Front icon indicating copy to clipboard operation
WeBASE-Front copied to clipboard

构建不了代码

Open wanxi112233 opened this issue 1 year ago • 3 comments

我的gradle版本是6.3,但是我在构建代码的时候,跑到43%就不会在拉取依赖了,之后就超时报错,手动构建不了这个webase-front

wanxi112233 avatar Dec 03 '24 11:12 wanxi112233

当前webase-front构建时,会自动去github的WeBASELargeFiles中下载solidity的编译js文件。如果构建时,连接github的网络速度较慢,可以尝试 1、将build.gradle中的jar构建命令中的downloadJs()方法注释了 2、直接打开的rl(https://github.com/WeBankBlockchain/WeBASELargeFiles/releases/tag/v3.0.0),手动下载所有solidity js文件后,放置到src/main/resources/static/js/目录中

CodingCattwo avatar Dec 16 '24 11:12 CodingCattwo

image @CodingCattwo 大佬求助这个问题是什么情况,搭建了好久一直不行啊,球球了

Dabuguoni avatar Dec 17 '24 15:12 Dabuguoni

当前webase-front构建时,会自动去github的WeBASELargeFiles中下载solidity的编译js文件。如果构建时,连接github的网络速度较慢,可以尝试 1、将build.gradle中的jar构建命令中的downloadJs()方法注释了 2、直接打开的rl(https://github.com/WeBankBlockchain/WeBASELargeFiles/releases/tag/v3.0.0),手动下载所有solidity js文件后,放置到目录中src/main/resources/static/js/

好的,谢谢大佬

wanxi112233 avatar Dec 18 '24 01:12 wanxi112233