Hard-coded description
This commit is contained in:
parent
392af12f50
commit
0fa364b47e
4 changed files with 1 additions and 8 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -35,9 +35,6 @@ jobs:
|
|||
- name: Publish JS release
|
||||
run: ./gradlew publishJsPublicationToOSSRHRepository
|
||||
|
||||
- name: Delete GnuPG data
|
||||
run: rm -rfv $HOME/.gnupg
|
||||
|
||||
publish-linux:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
@ -31,7 +31,7 @@ publishing {
|
|||
withType<MavenPublication>().configureEach {
|
||||
pom {
|
||||
name.set("UrlEncoder for Kotlin Multiplatform")
|
||||
description.set(project.description)
|
||||
description.set("A simple defensive library to encode/decode URL components")
|
||||
url.set(mavenUrl)
|
||||
licenses {
|
||||
license {
|
||||
|
|
|
@ -9,8 +9,6 @@ plugins {
|
|||
id("com.github.ben-manes.versions")
|
||||
}
|
||||
|
||||
description = "A simple defensive application to encode/decode URL components"
|
||||
|
||||
val deployDir = project.layout.projectDirectory.dir("deploy")
|
||||
val urlEncoderMainClass = "net.thauvin.erik.urlencoder.UrlEncoder"
|
||||
|
||||
|
|
|
@ -8,8 +8,6 @@ plugins {
|
|||
id("com.github.ben-manes.versions")
|
||||
}
|
||||
|
||||
description = "A simple defensive library to encode/decode URL components"
|
||||
|
||||
val deployDir = project.layout.projectDirectory.dir("deploy")
|
||||
|
||||
kotlin {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue