Skip to content

Commit 499e601

Browse files
committed
clean maven publishing even more
1 parent 3be9818 commit 499e601

File tree

1 file changed

+2
-35
lines changed

1 file changed

+2
-35
lines changed

build.gradle.kts

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -147,41 +147,6 @@ publishing {
147147
}
148148
}
149149
}
150-
/*publications {
151-
register<MavenPublication>("arbjerg") {
152-
pom {
153-
name.set(archivesBaseName)
154-
description.set("Lavalink v4 client library")
155-
url.set("https://github.com/lavalink-devs/lavalink-client")
156-
licenses {
157-
license {
158-
name.set("MIT")
159-
url.set("https://github.com/lavalink-devs/lavalink-client/blob/main/LICENSE")
160-
}
161-
}
162-
developers {
163-
developer {
164-
id.set("duncte123")
165-
name.set("Duncan Sterken")
166-
url.set("https://duncte123.dev/")
167-
}
168-
}
169-
scm {
170-
url.set("https://github.com/lavalink-devs/lavalink-client")
171-
connection.set("scm:git:git://github.com/lavalink-devs/lavalink-client.git")
172-
developerConnection.set("scm:git:ssh://[email protected]:lavalink-devs/lavalink-client.git")
173-
}
174-
}
175-
176-
from(components["java"])
177-
178-
artifactId = archivesBaseName
179-
groupId = project.group as String
180-
version = project.version as String
181-
182-
artifact(sourcesJar)
183-
}
184-
}*/
185150
}
186151

187152
mavenPublishing {
@@ -206,6 +171,8 @@ afterEvaluate {
206171
}
207172

208173
pom {
174+
name.set(archivesBaseName)
175+
description.set("Lavalink v4 client library")
209176
url.set("https://github.com/lavalink-devs/lavalink-client")
210177

211178
licenses {

0 commit comments

Comments
 (0)