Skip to content

Commit

Permalink
Ok jitpack working with a version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdleitner committed Sep 26, 2016
1 parent e9d2213 commit 3c1ec0f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
compile 'com.google.auto.value:auto-value:1.3-rc2'
compile 'com.google.code.findbugs:jsr305:latest.release'
compile 'com.google.guava:guava:19.0'
compile 'com.github.bdleitner:common-annotation-processing:-SNAPSHOT'
compile 'com.github.bdleitner:common-annotation-processing:0.2.5'

testCompile "com.google.truth:truth:${GOOGLE_TRUTH_VERSION}"
testCompile "junit:junit:${JUNIT_VERSION}"
Expand Down
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Sun Sep 04 16:58:12 PDT 2016
#Sun Sep 25 23:19:36 PDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 3c1ec0f

Please sign in to comment.