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

compiler依赖了fastjson1.2.48版本,请问能否修改版本呢? #877

Closed
ywenchan opened this issue Nov 27, 2020 · 1 comment
Closed

Comments

@ywenchan
Copy link

compiler依赖了fastjson1.2.48版本,请问能否修改版本呢?因公司的自动打包系统不支持依赖1.2.48版本,只支持1.2.69及以上版本

@act262
Copy link
Contributor

act262 commented Dec 22, 2020

替换依赖版本脚本如下

allprojects {
    configurations.all {
        resolutionStrategy {
            // 替换ARouter-compiler 中依赖的fastjson版本
            forcedModules = [
                    'com.alibaba:fastjson:1.2.74'
            ]
        }
    }
}

@zhi1ong zhi1ong closed this as completed Jan 4, 2021
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

3 participants