File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' groovy'
22apply plugin : ' java' // 导入java插件用于,编译打包我们的插件
3- apply plugin : ' maven' // maven插件,用于上传插件到仓库
3+ // apply plugin: 'maven'//maven插件,用于上传插件到仓库
44
5- // // JitPack Maven
6- // apply plugin: 'com.github.dcendents.android-maven'
7- // // Your Group
8- // group='com.github.chenthreetrees'
5+ // JitPack Maven
6+ apply plugin : ' com.github.dcendents.android-maven'
7+ // Your Group
8+ group= ' com.github.chenthreetrees'
99
1010compileGroovy {
1111 sourceCompatibility = 1.7
@@ -26,16 +26,16 @@ repositories {
2626 mavenCentral()
2727}
2828
29- group= ' com.threetrees.plugin'
30- version= ' 1.0.0'
29+ // group='com.threetrees.plugin'
30+ // version='1.0.0'
3131
32- // uploadArchives 类型是upload,这个task不是'maven'创建的
33- // 而是'maven'定义了一个rule,而后由我们自己创建的
34- uploadArchives {
35- // 本地仓库的一种
36- repositories{
37- mavenDeployer {
38- repository(url : uri(' ../repo' ))
39- }
40- }
41- }
32+ // // uploadArchives 类型是upload,这个task不是'maven'创建的
33+ // // 而是'maven'定义了一个rule,而后由我们自己创建的
34+ // uploadArchives{
35+ // //本地仓库的一种
36+ // repositories{
37+ // mavenDeployer {
38+ // repository(url: uri('../repo'))
39+ // }
40+ // }
41+ // }
You can’t perform that action at this time.
0 commit comments