This repository was archived by the owner on Feb 26, 2023. It is now read-only.
File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,14 @@ plugins {
21
21
id ' io.github.gradle-nexus.publish-plugin' version " $nexus_plugin_version "
22
22
}
23
23
/**
24
- * to publish:
25
- * ./gradlew clean publish
26
- */
27
- /* see: https://github.com/gradle-nexus/publish-plugin, https://h4pehl.medium.com/publish-your-gradle-artifacts-to-maven-central-f74a0af085b1 */
24
+ * to publish: (just run `./gradlew clean publish closeAndReleaseStagingRepository` if you're feeling confident)
25
+ * 1 `./gradlew clean publish`
26
+ * 2 visit https://oss.sonatype.org/#nexus-search;quick~com.thinkinglogic.builder to confirm it looks correct
27
+ * 3 visit https://oss.sonatype.org/#stagingRepositories and close then release the staging repository
28
+ *
29
+ * Note that this requires your pgp key to be publically identifiable, e.g. at https://keys.openpgp.org/
30
+ * see: https://github.com/gradle-nexus/publish-plugin, https://h4pehl.medium.com/publish-your-gradle-artifacts-to-maven-central-f74a0af085b1
31
+ **/
28
32
nexusPublishing {
29
33
repositories {
30
34
sonatype {
@@ -37,7 +41,7 @@ nexusPublishing {
37
41
38
42
allprojects {
39
43
group = ' com.thinkinglogic.builder'
40
- version = ' 1.2.1 '
44
+ version = ' 1.2.3 '
41
45
apply plugin : " kotlin"
42
46
43
47
repositories {
You can’t perform that action at this time.
0 commit comments