We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e6158 commit c3b3af2Copy full SHA for c3b3af2
build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
3
apply plugin: 'signing'
4
5
group = 'net.joshka'
6
-version = '0.0.1-SNAPSHOT'
+version = '1.0.0'
7
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
8
9
description = """net.joshka:junit-json-params"""
0 commit comments