- UID
- 36604
- 阅读权限
- 20
- 注册时间
- 2015-9-5
- 最后登录
- 1970-1-1
- 在线时间
- 小时
- 人气
- 点
- MC币
- 个
- 贡献
- 点
TA的每日心情 | 衰 2016-2-11 20:41 |
---|
签到天数: 18 天 [LV.4]偶尔看看III
|
沙发
楼主 |
发表于 2016-1-17 07:45:34
|
只看该作者
本帖最后由 Buff_Lemon 于 2016-1-17 10:16 编辑
那个错误没了
但是出现了这个错误:
* What went wrong:
A problem occurred evaluating root project 'ForgeSrc'.
> Cannot convert the provided notation to an object of type Dependency: C:\Users\Administrator\Desktop\Mods_\ForgeSrc\build\libs\Baubles-deobf-1.7.10-1.0.1.10.jar.
The following types/formats are supported:
- Instances of Dependency.
- String or CharSequence values, e.g. 'org.gradle:gradle-core:1.0'.
- Maps, e.g. [group: 'org.gradle', name: 'gradle-core', version: '1.0'].
- FileCollections, e.g. files('some.jar', 'someOther.jar').
- Projects, e.g. project(':some:project:path').
- ClassPathNotation, e.g. gradleApi().
添加代码为:
compile file('build/libs/Baubles-deobf-1.7.10-1.0.1.10.jar') |
|