diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4952e410..68e95545 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - name: Publish to Sonatype OSSRH + if: ${{ false }} env: SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }} SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} diff --git a/build.gradle b/build.gradle index 0704f15d..9903e471 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { } } plugins { - id 'org.asciidoctor.jvm.convert' version '3.2.0' + id 'org.asciidoctor.jvm.convert' version '3.3.2' } group 'io.github.gpc'