Skip to content

Commit

Permalink
comment out upload task
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperjj committed Feb 15, 2017
1 parent c3584b6 commit b5ba9ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jar {
attributes 'Implementation-Title': 'LazyJSON Library', 'Implementation-Version': version
}
}

/*
uploadArchives {
repositories {
mavenDeployer {
Expand Down Expand Up @@ -129,3 +129,4 @@ uploadArchives {
}
}
}
*/
6 changes: 3 additions & 3 deletions src/main/resources/lazyjson_version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Wed Feb 15 11:28:09 PST 2017
#Wed Feb 15 11:32:12 PST 2017
BUILD_VERSION=1.2.7
BUILD_DATE=2017-02-15T19\:28\:09Z
BUILD_NUMBER=673
BUILD_DATE=2017-02-15T19\:32\:12Z
BUILD_NUMBER=675

0 comments on commit b5ba9ce

Please sign in to comment.