File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 - name : 📡 Publish to Maven Central
132132 id : gradle-build
133133 run : |
134- ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache
134+ ./gradlew publishToMavenCentral
135135 env :
136136 GITHUB_USER : ${{ github.repository_owner }}
137137 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -202,11 +202,7 @@ is [automatically with Gradle][gradle_verification].
202202 $ tree ~ /.m2/repository/dev/suresh
203203
204204 # Publish the plugins to maven central
205- $ ./gradlew publishPluginMavenPublicationToMavenCentralRepository
206-
207- # Publish the catalog to maven central
208- $ ./gradlew :catalog:publishToMavenCentral
209- $ ./gradlew :catalog:publishAndReleaseToMavenCentral
205+ $ ./gradlew publishToMavenCentral
210206 ```
211207
212208### Misc
You can’t perform that action at this time.
0 commit comments