File tree Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 14
14
distribution : ' zulu'
15
15
java-version : ' 17'
16
16
- name : Publish to MavenCentral
17
- # publishToMavenCentral - Needs manual check after it was deployed to Maven Central
18
- # publishAndReleaseToMavenCentral - Fully automated deployment and publishing, to be used
19
- # after first verification.
20
- run : ./gradlew publishToMavenCentral --no-configuration-cache --info
17
+ run : ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache --info
21
18
env :
22
19
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
23
20
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ lib/cryptography
14
14
* .ipr
15
15
* .iws
16
16
17
+ # Ignore local environment/properties files
18
+ .env
19
+
17
20
# Ignore Gradle generated folder
18
21
.kotlin
19
22
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ plugins {
31
31
}
32
32
33
33
group = " com.wire.integrations"
34
- version = " 0.0.1-SNAPSHOT "
34
+ version = " 0.0.1"
35
35
val artifactId = " wire-apps-jvm-sdk"
36
36
37
37
repositories {
@@ -149,6 +149,22 @@ mavenPublishing {
149
149
distribution = " https://www.gnu.org/licenses/gpl-3.0.en.html"
150
150
}
151
151
}
152
+ developers {
153
+ developer {
154
+ id = " alexandreferris"
155
+ name = " Alexandre Ferris"
156
+ url = " https://github.com/alexandreferris"
157
+ organization = " Wire Germany GmbH"
158
+ organizationUrl = " https://wire.com/"
159
+ }
160
+ developer {
161
+ id = " spoonman01"
162
+ name = " Luca Rospocher"
163
+ url = " https://github.com/spoonman01"
164
+ organization = " Wire Germany GmbH"
165
+ organizationUrl = " https://wire.com/"
166
+ }
167
+ }
152
168
scm {
153
169
url = " https://github.com/wireapp/wire-apps-jvm-sdk"
154
170
connection = " scm:git:git://github.com/wireapp/wire-apps-jvm-sdk.git"
You can’t perform that action at this time.
0 commit comments