We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759ae1e commit 6f9379aCopy full SHA for 6f9379a
build.gradle
@@ -12,7 +12,7 @@ subprojects {
12
apply plugin: 'pmd'
13
14
group = 'org.jpos'
15
- version = '2.1.2-SNAPSHOT'
+ version = '2.1.2'
16
[ compileJava, compileTestJava, javadoc ]*.options*.encoding = 'UTF-8'
17
def isSnapshot = version.contains("SNAPSHOT")
18
def mavenCentralRepo = isSnapshot ?
0 commit comments