赞
踩
1.添加插件
- apply plugin: 'idea'
- apply plugin: 'java'
- apply plugin: 'maven'
- install {
- repositories.mavenInstaller {
- pom.version = "1.0"
- pom.artifactId = "my-lib"
- pom.groupId = "my.cool.lib"
- }
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。