Skip to content

Commit

Permalink
Release 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Jul 19, 2022
1 parent 061c8ab commit fbb453b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ allprojects {
apply plugin: 'signing'

group = "com.obsidiandynamics.zerolog"
version = "0.31.0-SNAPSHOT"
version = "0.31.0"

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand All @@ -49,6 +49,15 @@ allprojects {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
}

java {
withJavadocJar()
withSourcesJar()
}

signing {
sign publishing.publications
}

ext {
fulcrumVersion = "0.37.0"
Expand Down

0 comments on commit fbb453b

Please sign in to comment.