yanzhenjie/AndServer

AndServer plugin id 问题

オープン

#389 opened on 2021/06/18

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Java (775 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (3,857 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

正确的使用流程是 1、app/build.gradle 中buildscript/dependency添加 classpath 'com.yanzhenjie.andserver:plugin:2.1.9' 2、引用andServer的模块中添加 apply plugin: 'com.yanzhenjie.andserver'

现在我是场景是模块需要单独引用andServer去打包成aar,但是报 plugin: id 'com.yanzhenjie.andserver not found 错误,没有app壳工程的 classpath的情况下,请问有什么解决办法吗?

コントリビューターガイド