Skip to content

Commit

Permalink
try a snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Morris committed Jul 3, 2024
1 parent 2879356 commit 5b0ace5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {

allprojects {
group = "com.philo"
version = "0.0.1"
version = "0.0.2-SNAPSHOT"

repositories {
mavenLocal()
Expand All @@ -31,7 +31,7 @@ allprojects {
subprojects {
plugins.withId("com.vanniktech.maven.publish.base") {
configure<MavenPublishBaseExtension> {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
publishToMavenCentral(SonatypeHost.DEFAULT, automaticRelease = true)
signAllPublications()
pom {
name.set(project.name)
Expand Down

0 comments on commit 5b0ace5

Please # to comment.