File tree 1 file changed +6
-17
lines changed
1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import java.io.ByteArrayOutputStream
3
3
plugins {
4
4
id(" java" )
5
5
id(" maven-publish" )
6
- // signing
7
6
}
8
7
9
8
repositories {
@@ -95,13 +94,13 @@ publishing {
95
94
create<MavenPublication >(" mavenJava" ) {
96
95
from(components[" java" ])
97
96
98
- groupId = " de.n21no.realtime.pubsub "
99
- artifactId = " core "
97
+ groupId = " de.backendstack21 "
98
+ artifactId = " realtime-pubsub "
100
99
version = project.version.toString()
101
100
102
101
pom {
103
102
name.set(" Realtime Pub/Sub Client" )
104
- description.set(" A Java client for Realtime Pub/Sub" )
103
+ description.set(" A Java client for Realtime Pub/Sub (https://realtime.21no.de) " )
105
104
url.set(" https://github.com/BackendStack21/realtime-pubsub-client-java" )
106
105
licenses {
107
106
license {
@@ -111,9 +110,7 @@ publishing {
111
110
}
112
111
developers {
113
112
developer {
114
- id.set(" BackendStack21" )
115
- name.set(" 21no.de" )
116
-
113
+
117
114
}
118
115
}
119
116
scm {
@@ -126,16 +123,8 @@ publishing {
126
123
}
127
124
repositories {
128
125
maven {
129
- name = " MavenCentral"
130
- url = uri(" https://oss.sonatype.org/service/local/staging/deploy/maven2/" )
131
- credentials {
132
- username = System .getenv(" OSSRH_USERNAME" )
133
- password = System .getenv(" OSSRH_PASSWORD" )
134
- }
126
+ // local repository
127
+ url = uri(" file://${project.layout.buildDirectory.get()} /repo" )
135
128
}
136
129
}
137
130
}
138
-
139
- // signing {
140
- // sign(publishing.publications["mavenJava"])
141
- // }
You can’t perform that action at this time.
0 commit comments