@@ -200,34 +200,34 @@ publishing {
200200 }
201201 }
202202
203- publications {
204- mavenJava(MavenPublication ) {
205- from components. java
206- pom {
207- artifactId = ' pinecone-client'
208- name = ' pinecone-client'
209- description = ' The Pinecone.io Java Client'
210- }
211- }
212- }
203+ // publications {
204+ // mavenJava(MavenPublication) {
205+ // from components.java
206+ // pom {
207+ // artifactId = 'pinecone-client'
208+ // name = 'pinecone-client'
209+ // description = 'The Pinecone.io Java Client'
210+ // }
211+ // }
212+ // }
213213 repositories {
214214 mavenLocal()
215215 }
216216}
217217
218- nexusPublishing {
219- repositories {
220- sonatype {
221- nexusUrl. set(uri(" https://s01.oss.sonatype.org/service/local/" ))
222- snapshotRepositoryUrl. set(uri(" https://s01.oss.sonatype.org/content/repositories/snapshots/" ))
223- }
224- }
225- }
226-
227- signing {
228- def signingKeyId = findProperty(" signingKeyId" )
229- def signingKey = findProperty(" signingKey" )
230- def signingPassword = findProperty(" signingPassword" )
231- useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
232- sign publishing. publications. pineconeClientMaven
233- }
218+ // nexusPublishing {
219+ // repositories {
220+ // sonatype {
221+ // nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
222+ // snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
223+ // }
224+ // }
225+ // }
226+
227+ // signing {
228+ // def signingKeyId = findProperty("signingKeyId")
229+ // def signingKey = findProperty("signingKey")
230+ // def signingPassword = findProperty("signingPassword")
231+ // useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
232+ // sign publishing.publications.pineconeClientMaven
233+ // }
0 commit comments