Skip to content

Commit

Permalink
set version to v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pkleimann committed Dec 23, 2016
1 parent e63c638 commit 4fc63c3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
org.gradle.daemon=true
LIVINGDOC_VERSION = 1.2-SNAPSHOT
LIVINGDOC_GRADLE_VERSION = 1.2-SNAPSHOT
LIVINGDOC_VERSION = 1.2.3
LIVINGDOC_GRADLE_VERSION = 1.2.3
Binary file modified 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 @@
#Fri Jun 10 11:22:14 CEST 2016
#Fri Dec 23 15:20:04 CET 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down
7 changes: 0 additions & 7 deletions gradlew
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#!/usr/bin/env bash

##############################################################################
## Change the GRADLE_USER_HOME path to the current folder
##############################################################################
GRADLE_USER_HOME=$(pwd)
GRADLE_USER_HOME+="/.gradle"
export GRADLE_USER_HOME=${GRADLE_USER_HOME}

##############################################################################
##
## Gradle start up script for UN*X
Expand Down

0 comments on commit 4fc63c3

Please sign in to comment.