内容简介:http://stackoverflow.com/questions/22734314/add-external-jar-in-gradle
如何在毕业生中添加外部库?我的build.gradle包含:
buildscript { repositories { mavenCentral() maven { name = "forge" url = "http://files.minecraftforge.net/maven" } maven { name = "sonatype" url = "https://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { classpath 'net.minecraftforge.gradle:ForgeGradle:1.1-SNAPSHOT' } }
我的根文件夹是/ FORGE /.我想添加/FORGE/build/libs/spigot.jar作为依赖.
如 documentation
年所述:
dependencies { compile files('libs/spigot.jar') }
以上将把libs / spigot.jar文件添加到编译配置中.您当然可以将其添加到任何其他配置(运行时等).
请注意,使用build / lib是一个非常糟糕的主意,因为一旦您执行gradle clean,整个构建目录将被删除.构建目录用于存储由构建生成的工件.
http://stackoverflow.com/questions/22734314/add-external-jar-in-gradle
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 推荐一位实力超强的平安前端算法大佬:瓶子君
- 主动模式和被动模式,添加监控主机,添加自定义模板,处理图像中的乱码,自动发现
- 苹果将为 Mac 添加 Face ID,为 Magic Keyboard 添加 Touch Bar
- android – 为什么AOSP添加新的API来支持库而不添加到SDK?
- [Framework] 添加系统服务
- go imports添加
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Letting Go of the Words
Janice (Ginny) Redish / Morgan Kaufmann / 2007-06-11 / USD 49.95
"Redish has done her homework and created a thorough overview of the issues in writing for the Web. Ironically, I must recommend that you read her every word so that you can find out why your customer......一起来看看 《Letting Go of the Words》 这本书的介绍吧!
SHA 加密
SHA 加密工具
HSV CMYK 转换工具
HSV CMYK互换工具