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
|
- name: Publish JS release
|
||||||
run: ./gradlew publishJsPublicationToOSSRHRepository
|
run: ./gradlew publishJsPublicationToOSSRHRepository
|
||||||
|
|
||||||
- name: Delete GnuPG data
|
|
||||||
run: rm -rfv $HOME/.gnupg
|
|
||||||
|
|
||||||
publish-linux:
|
publish-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -31,7 +31,7 @@ publishing {
|
||||||
withType<MavenPublication>().configureEach {
|
withType<MavenPublication>().configureEach {
|
||||||
pom {
|
pom {
|
||||||
name.set("UrlEncoder for Kotlin Multiplatform")
|
name.set("UrlEncoder for Kotlin Multiplatform")
|
||||||
description.set(project.description)
|
description.set("A simple defensive library to encode/decode URL components")
|
||||||
url.set(mavenUrl)
|
url.set(mavenUrl)
|
||||||
licenses {
|
licenses {
|
||||||
license {
|
license {
|
||||||
|
|
|
@ -9,8 +9,6 @@ plugins {
|
||||||
id("com.github.ben-manes.versions")
|
id("com.github.ben-manes.versions")
|
||||||
}
|
}
|
||||||
|
|
||||||
description = "A simple defensive application to encode/decode URL components"
|
|
||||||
|
|
||||||
val deployDir = project.layout.projectDirectory.dir("deploy")
|
val deployDir = project.layout.projectDirectory.dir("deploy")
|
||||||
val urlEncoderMainClass = "net.thauvin.erik.urlencoder.UrlEncoder"
|
val urlEncoderMainClass = "net.thauvin.erik.urlencoder.UrlEncoder"
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,6 @@ plugins {
|
||||||
id("com.github.ben-manes.versions")
|
id("com.github.ben-manes.versions")
|
||||||
}
|
}
|
||||||
|
|
||||||
description = "A simple defensive library to encode/decode URL components"
|
|
||||||
|
|
||||||
val deployDir = project.layout.projectDirectory.dir("deploy")
|
val deployDir = project.layout.projectDirectory.dir("deploy")
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue