Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
fix. (#6)
Browse files Browse the repository at this point in the history
* Update build.gradle.kts

* Update build.gradle.kts
  • Loading branch information
portlek committed Jun 28, 2022
1 parent d54f12d commit e7a8208
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ publishing {
artifact(tasks["sourcesJar"])
artifact(tasks["javadocJar"])
pom {
name.set("Salmi")
name.set("Terminable")
description.set("Fully Customizable Tab plugin for Velocity servers.")
url.set("https://infumia.com.tr/")
licenses {
Expand All @@ -117,9 +117,9 @@ publishing {
}
}
scm {
connection.set("scm:git:git://github.com/infumia/salmi.git")
developerConnection.set("scm:git:ssh://github.com/infumia/salmi.git")
url.set("https://github.com/infumia/salmi")
connection.set("scm:git:git://github.com/infumia/terminable.git")
developerConnection.set("scm:git:ssh://github.com/infumia/terminable.git")
url.set("https://github.com/infumia/terminable")
}
}
}
Expand All @@ -134,7 +134,6 @@ publishing {
}
}


nexusPublishing {
repositories {
sonatype()
Expand Down

0 comments on commit e7a8208

Please sign in to comment.