Skip to content

Commit

Permalink
Try CI publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
xBaank committed May 10, 2024
1 parent 8a6b0dd commit d29a931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d29a931

Please sign in to comment.