Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jul 7, 2024
1 parent 3965bfb commit ac31345
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.0-SNAPSHOT'
version = '1.15.0'

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 ac31345

Please sign in to comment.