Skip to content

Commit 6524c93

Browse files
author
Martin
committed
Version 1.0.0
1 parent a7926ba commit 6524c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ plugins {
2727
def isCi = System.getenv("TRAVIS") != null
2828

2929
group 'com.tmtron.enums'
30-
version '1.0-SNAPSHOT'
30+
version '1.0.0'
3131
description 'Annotation processor that builds an enum mapper which causes a compile-time error when you forget an enum'
3232
ext {
33-
bintrayDryRun = true
33+
bintrayDryRun = false
3434
}
3535

3636
subprojects {

0 commit comments

Comments
 (0)