Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored May 20, 2024
1 parent d475d91 commit 800c8ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@ Simplistic example: <https://github.com/JabRef/afterburner.fx/tree/main/demo-app

See also: <http://afterburner.adam-bien.com>


## Release a new version to maven central

Check gpg key and export:

```bash
gpg --list-keys
gpg -K --keyid-format short
gpg --keyring secring.gpg --export-secret-keys > ~/.gnupg/secring.gpg
```

fill out gradle.properties with

```
signing.keyId=<last 8 digits of gpg key (short format) >
signing.password=<gpg key passwrod>
Expand All @@ -33,7 +34,6 @@ ossrhPassword=<nexus ossrh password>

When all is set: (Warning: This step cannot be undone!)

```
```terminal
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
```

0 comments on commit 800c8ec

Please sign in to comment.