Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Dec 9, 2021
1 parent 3bc0acd commit b675f8c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "org.veupathdb.lib"
version = "1.0.0"
version = "1.0.2"

repositories {
mavenCentral()
Expand Down Expand Up @@ -87,10 +87,7 @@ publishing {

publications {
create<MavenPublication>("maven") {
artifacts {
artifact("build/libs/hash-id-$version-release.jar")
artifact("build/libs/hash-id-$version-sources.jar")
}
from(components["java"])

pom {
name.set("HashID")
Expand Down

0 comments on commit b675f8c

Please sign in to comment.