Skip to content

Commit

Permalink
ALFREDOPS-849 use entreprise-conventions-gradle-plugin for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvl-xenit committed Oct 12, 2023
1 parent 43aa5b8 commit d614acd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
java-version: 11
- name: Publish
env:
ORG_GRADLE_PROJECT_publish_username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
ORG_GRADLE_PROJECT_publish_password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
ORG_GRADLE_PROJECT_sonatype_username: ${{ secrets.SONATYPE_S01_USERNAME }}
ORG_GRADLE_PROJECT_sonatype_password: ${{ secrets.SONATYPE_S01_PASSWORD }}
SIGNING_PRIVATE_KEY: ${{ secrets.MAVEN_CENTRAL_GPG_KEY }}
SIGNING_PASSWORD: ${{ secrets.MAVEN_CENTRAL_GPG_PASSWORD }}
run: ./gradlew publish --info
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'eu.xenit.enterprise-conventions.oss' version '0.2.0'
id 'eu.xenit.enterprise-conventions.oss' version '0.4.0'
}
rootProject.name = 'alfred-telemetry'

Expand Down

0 comments on commit d614acd

Please sign in to comment.