Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Aug 5, 2024
1 parent 59652ad commit 66cdf4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'com.formkiq'
version = '1.15.1'
version = '1.16.0-SNAPSHOT'

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down Expand Up @@ -87,8 +87,8 @@ publishing {
// password project.githubToken
}
// maven central
url "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
//url "https://oss.sonatype.org/content/repositories/snapshots/"
//url "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
url "https://oss.sonatype.org/content/repositories/snapshots/"

// github packages
//url "https://maven.pkg.github.com/formkiq/formkiq-client-sdk-java"
Expand Down

0 comments on commit 66cdf4e

Please sign in to comment.