We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8313c29 commit 5beba76Copy full SHA for 5beba76
mvchelper_task/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
//publish {
11
// userOrg = 'luckyjayce'//bintray.com用户名
12
// groupId = 'com.shizhefei'//jcenter上的路径
13
-// artifactId = 'MVCHelper-Task'//项目名称
+// artifactId = 'MVCHelper-Task-Core'//项目名称
14
// publishVersion = rootProject.ext.VERSION_NAME//版本号
15
// desc = 'Task类库'//描述,不重要
16
// website = 'https://github.com/LuckyJayce/MVCHelper'//网站,不重要;尽量模拟github上的地址,例如我这样的;当然你有地址最好了
0 commit comments