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 a7926ba commit 6524c93Copy full SHA for 6524c93
build.gradle
@@ -27,10 +27,10 @@ plugins {
27
def isCi = System.getenv("TRAVIS") != null
28
29
group 'com.tmtron.enums'
30
-version '1.0-SNAPSHOT'
+version '1.0.0'
31
description 'Annotation processor that builds an enum mapper which causes a compile-time error when you forget an enum'
32
ext {
33
- bintrayDryRun = true
+ bintrayDryRun = false
34
}
35
36
subprojects {
0 commit comments