Skip to content

Commit

Permalink
sign artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Aug 21, 2024
1 parent fbba7a0 commit b337e83
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_PASSWORD }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_ARMORED_KEY }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down
14 changes: 13 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ import com.vanniktech.maven.publish.SonatypeHost

mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
signAllPublications()

coordinates(archivesBaseName, archivesBaseName, version)
coordinates(group, archivesBaseName, version)
pom {
name = archivesBaseName
description = "ReductStore Client SDK for Java"
Expand All @@ -64,5 +65,16 @@ mavenPublishing {
connection = "scm:git:git://github.com/reductstore/reduct-java.git"
developerConnection = "scm:git:ssh://github.com/reductstore/reduct-java.git"
}
developers {
developer {
id = "Rumpelshtinskiy"
name = "Rustam Galikhanov"
}
developer {
id = "reductsoftware"
name = "ReductSoftware UG"
email = "[email protected]"
}
}
}
}

0 comments on commit b337e83

Please sign in to comment.