gradle

来源:互联网 发布:铃声剪辑合并软件 编辑:程序博客网 时间:2024/06/13 08:08

加载单独的jar包

dependencies { compile files('lib/ojdbc-14.jar')}

加载某个目录的jar包

dependencies { compile fileTree(dir:'libs',include:['*.jar'])}
原创粉丝点击