Skip to content

Commit 080fd24

Browse files
committed
update build file for jitpack
1 parent b5738d7 commit 080fd24

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

build.gradle

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)