File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11group ' eu.antidotedb'
2- version ' 0.3.4 '
2+ version ' 0.3.5 '
33
44apply plugin : ' java'
55apply plugin : ' maven'
@@ -9,6 +9,8 @@ apply plugin: 'com.bmuschko.nexus'
99// requires 'protoc' to be installed locally
1010apply plugin : ' com.google.protobuf'
1111
12+ apply plugin : ' io.codearte.nexus-staging'
13+
1214sourceCompatibility = 1.8
1315
1416
@@ -18,6 +20,7 @@ buildscript {
1820 }
1921 dependencies {
2022 classpath ' com.google.protobuf:protobuf-gradle-plugin:0.8.8'
23+ classpath " io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.1"
2124 }
2225}
2326
@@ -76,10 +79,12 @@ clean {
7679 *
7780 *
7881 * 1. Run ./gradlew uploadArchives
79- * 2. Go to https://oss.sonatype.org/ and sign in
80- * 3. Go to "Staging Repositories" and find project
81- * 4. Close repository
82- * 5. Release repository
82+ * 2. Run ./gradlew closeAndReleaseRepository
83+ * Alternative to Step 2 (manual release):
84+ * 2. Go to https://oss.sonatype.org/ and sign in
85+ * 3. Go to "Staging Repositories" and find project
86+ * 4. Close repository
87+ * 5. Release repository
8388 *
8489 */
8590
You can’t perform that action at this time.
0 commit comments