We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127352f commit cfbdf21Copy full SHA for cfbdf21
1 file changed
build.gradle
@@ -27,13 +27,13 @@ plugins {
27
def isCi = System.getenv("TRAVIS") != null
28
29
ext {
30
- bintrayDryRun = true
+ bintrayDryRun = false
31
}
32
33
subprojects {
34
35
group 'com.tmtron.enums'
36
- version '1.0.1-SNAPSHOT'
+ version '1.0.1' //-SNAPSHOT
37
description 'Annotation processor that builds an enum mapper which causes a compile-time error when you forget an enum'
38
39
repositories {
0 commit comments