File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,9 +36,10 @@ git tag v{{ fladle.next_release }}
3636git push origin v{{ fladle.next_release }}
3737```
3838
39- * Upload to Maven Central (this must run in two separate commands since they are from two different namespaces)
39+ * Upload to Maven Central (this must run in three separate commands since they are from three different namespaces)
4040``` bash
41- ./gradlew :fladle-plugin:publishFladlePluginMarkerMavenPublicationToMavenCentralRepository :fladle-plugin:publishFulladlePluginMarkerMavenPublicationToMavenCentralRepository -Pfladle.release
41+ ./gradlew :fladle-plugin:publishFladlePluginMarkerMavenPublicationToMavenCentralRepository -Pfladle.release
42+ ./gradlew :fladle-plugin:publishFulladlePluginMarkerMavenPublicationToMavenCentralRepository -Pfladle.release
4243./gradlew :fladle-plugin:publishPluginMavenPublicationToMavenCentralRepository -Pfladle.release
4344```
4445* Upload to Gradle Plugin Portal
@@ -47,7 +48,7 @@ git push origin v{{ fladle.next_release }}
4748```
4849
4950* Release to Maven Central
50- * Login to Maven Central Repository: [ https://central.sonatype.com/ ] ( https://oss .sonatype.com/ )
51+ * Login to Maven Central Repository: [ https://central.sonatype.com/ ] ( https://central .sonatype.com/ )
5152 * Click on ** Publish**
5253
5354* Merge the release branch to master
You can’t perform that action at this time.
0 commit comments