File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,12 @@ buildscript {
15
15
16
16
// NOTE: Do not place your application dependencies here; they belong
17
17
// in the individual module build.gradle files
18
- classpath ' com.vanniktech:gradle-maven-publish-plugin:0.18 .0'
18
+ classpath ' com.vanniktech:gradle-maven-publish-plugin:0.31 .0'
19
19
20
20
21
21
}
22
22
}
23
23
24
- allprojects {
25
- plugins. withId(" com.vanniktech.maven.publish" ) {
26
- mavenPublish {
27
- sonatypeHost = " S01"
28
- }
29
- }
30
- }
31
-
32
24
task clean (type : Delete ) {
33
25
delete rootProject. buildDir
34
26
}
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ android {
39
39
namespace ' com.yogeshpaliyal.speld'
40
40
}
41
41
42
- afterEvaluate {
43
- generateMetadataFileForMavenPublication . dependsOn androidSourcesJar
44
- }
42
+ // tasks.named("generateMetadataFileForMavenPublication") {
43
+ // dependsOn(" androidSourcesJar")
44
+ // }
45
45
46
46
dependencies {
47
47
Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ POM_SCM_DEV_CONNECTION=scm:git:ssh://
[email protected] /yogeshpaliyal/speld.git
16
16
17
17
POM_DEVELOPER_ID =yogeshpaliyal
18
18
POM_DEVELOPER_NAME =Yogesh Choudhary Paliyal
19
- POM_DEVELOPER_URL =https://github.com/yogeshpaliyal/
19
+ POM_DEVELOPER_URL =https://github.com/yogeshpaliyal/
20
+ SONATYPE_HOST =S01
You can’t perform that action at this time.
0 commit comments