File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import java.util.Properties
3
3
plugins {
4
4
id(" com.android.library" ) version " 8.0.1"
5
5
id(" maven-publish" )
6
- id(" signing" )
6
+ // id("signing")
7
7
}
8
8
9
9
group = " co.powersync"
@@ -104,19 +104,19 @@ publishing {
104
104
}
105
105
106
106
repositories {
107
- maven {
108
- name = " sonatype"
109
- url = uri(" https://oss.sonatype.org/service/local/staging/deploy/maven2/" )
110
- credentials {
111
- username = secretProperties.getProperty(" ossrhUsername" )
112
- password = secretProperties.getProperty(" ossrhPassword" )
113
- }
114
- }
115
-
116
- maven {
117
- name = " here"
118
- url = uri(" build/here/" )
119
- }
107
+ // maven {
108
+ // name = "sonatype"
109
+ // url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
110
+ // credentials {
111
+ // username = secretProperties.getProperty("ossrhUsername")
112
+ // password = secretProperties.getProperty("ossrhPassword")
113
+ // }
114
+ // }
115
+ //
116
+ // maven {
117
+ // name = "here"
118
+ // url = uri("build/here/")
119
+ // }
120
120
121
121
maven {
122
122
name = " GitHubPackages"
@@ -128,11 +128,11 @@ publishing {
128
128
}
129
129
}
130
130
}
131
-
132
- signing {
133
- useGpgCmd()
134
- sign(publishing.publications)
135
- }
131
+ //
132
+ // signing {
133
+ // useGpgCmd()
134
+ // sign(publishing.publications)
135
+ // }
136
136
137
137
tasks.withType<AbstractPublishToMaven >() {
138
138
dependsOn(" assembleRelease" )
You can’t perform that action at this time.
0 commit comments