Skip to content

Commit cfbdf21

Browse files
author
Martin
committed
V1.0.1
1 parent 127352f commit cfbdf21

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,13 +27,13 @@ plugins {
2727
def isCi = System.getenv("TRAVIS") != null
2828

2929
ext {
30-
bintrayDryRun = true
30+
bintrayDryRun = false
3131
}
3232

3333
subprojects {
3434

3535
group 'com.tmtron.enums'
36-
version '1.0.1-SNAPSHOT'
36+
version '1.0.1' //-SNAPSHOT
3737
description 'Annotation processor that builds an enum mapper which causes a compile-time error when you forget an enum'
3838

3939
repositories {

0 commit comments

Comments
 (0)