Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Jul 11, 2024
1 parent 8e849e6 commit 07a3e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jcef/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
mavenPublishing {
publishToMavenCentral(host = SonatypeHost.S01, automaticRelease = true)
signAllPublications()
coordinates("dev.datlag", "jcef", "2024.04.20")
coordinates("dev.datlag", "jcef", "2024.04.20.1")

pom {
name.set(project.name)
Expand Down Expand Up @@ -46,4 +46,4 @@ mavenPublishing {
}
}
}
}
}

0 comments on commit 07a3e15

Please sign in to comment.