File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2929 uses : gradle/actions/setup-gradle@v5
3030
3131 - name : Publish to Maven Central
32- run : ./gradlew publishAndReleaseToMavenCentral -Pversion=${{ github.ref_name }} --no-daemon -- stacktrace --no-configuration-cache
32+ run : ./gradlew publishAndReleaseToMavenCentral -Pversion=${{ github.ref_name }} --stacktrace --no-configuration-cache
3333 env :
3434 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.OSSRH_USERNAME }}
3535 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.OSSRH_TOKEN }}
Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ kotlinter {
142142 reporters = arrayOf(ReporterType .html.name)
143143}
144144
145-
146145dokka {
147146 dokkaPublications.html {
148147 moduleName.set(" Docker Kotlin" )
@@ -161,4 +160,9 @@ dokka {
161160 remoteLineSuffix.set(" #L" )
162161 }
163162 }
163+ }
164+
165+ mavenPublishing {
166+ publishToMavenCentral(automaticRelease = true )
167+ signAllPublications()
164168}
You can’t perform that action at this time.
0 commit comments