File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ artifacts {
51
51
archives javadocJar, sourcesJar
52
52
}
53
53
54
- signing {
55
- sign configurations. archives
56
- }
54
+ // signing {
55
+ // sign configurations.archives
56
+ // }
57
57
58
58
uploadArchives {
59
59
repositories {
@@ -62,11 +62,11 @@ uploadArchives {
62
62
def ossrhUsername= ' '
63
63
def ossrhPassword= ' '
64
64
65
- Properties props = new Properties ()
66
- props. load(new FileInputStream (" /Users/ksv/dev/Android-SDK/ossrh.properties" ))
67
-
68
- ossrhUsername= props. getProperty( " user.name" )
69
- ossrhPassword= props. getProperty( " user.password" )
65
+ // Properties props = new Properties()
66
+ // props.load(new FileInputStream("/Users/ksv/dev/Android-SDK/ossrh.properties"))
67
+ //
68
+ // ossrhUsername=props.getProperty( "user.name" )
69
+ // ossrhPassword=props.getProperty( "user.password" )
70
70
71
71
pom. whenConfigured {
72
72
p -> p. dependencies = p. dependencies. findAll {
You can’t perform that action at this time.
0 commit comments