Skip to content

v1.2.0 - Removed LOG4J, replaced DoubleFunction with DoubleUnaryOperator #11

v1.2.0 - Removed LOG4J, replaced DoubleFunction with DoubleUnaryOperator

v1.2.0 - Removed LOG4J, replaced DoubleFunction with DoubleUnaryOperator #11

name: deploy-to-maven-central
on:
release:
types: [created]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Maven Library build and publish
uses: MathieuSoysal/[email protected]
with:
nexus-username: ${{ secrets.NEXUS_USERNAME }}
nexus-password: ${{ secrets.NEXUS_PASSWORD }}
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
github-token: ${{ secrets.GITHUB_TOKEN }}
java-version: 17