Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kysnm committed Sep 26, 2016
1 parent 4310274 commit def581f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configurations {
}

ext {
snapshotVersion = true
snapshotVersion = false
}

sourceCompatibility = 1.7
Expand Down Expand Up @@ -102,7 +102,7 @@ allprojects {
publications = ['mavenPublication']
configurations = ['archives']

dryRun = true
dryRun = false
}
}

Expand Down

0 comments on commit def581f

Please sign in to comment.