diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 85eeea9..eec7bae 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,7 +5,7 @@ # This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle -name: Java CI with Gradle +name: Maven publish on: push: @@ -39,7 +39,7 @@ jobs: arguments: build - name: Publish run: | - ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache + ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache --stacktrace ./gradlew closeAndReleaseRepository env: SONATYPE_CONNECT_TIMEOUT_SECONDS: 180