Skip to content

Commit def581f

Browse files
committed
0.0.1
1 parent 4310274 commit def581f

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
@@ -17,7 +17,7 @@ configurations {
1717
}
1818

1919
ext {
20-
snapshotVersion = true
20+
snapshotVersion = false
2121
}
2222

2323
sourceCompatibility = 1.7
@@ -102,7 +102,7 @@ allprojects {
102102
publications = ['mavenPublication']
103103
configurations = ['archives']
104104

105-
dryRun = true
105+
dryRun = false
106106
}
107107
}
108108

0 commit comments

Comments
 (0)