Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
morenol authored May 29, 2023
1 parent 4ec8cf5 commit bda8e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluvio/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ checkstyle {
}

group 'com.infinyon'
version '0.12.13-SNAPSHOT'
version '0.12.14-SNAPSHOT'

repositories {
// Use JCenter for resolving dependencies.
Expand Down Expand Up @@ -156,4 +156,4 @@ signing {
def signingPassword = System.getenv("MAVEN_GPG_PASSPHRASE")
useInMemoryPgpKeys(signingKey, signingPassword)
sign publishing.publications.maven
}
}

0 comments on commit bda8e4d

Please sign in to comment.