Skip to content

Commit

Permalink
Prepare 1.0 release, update gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebFenton committed Feb 23, 2016
1 parent 5d8997a commit d6dcaa7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'idea'

version = '1.0.0-M1'
version = '1.0.0'
def jarVersion = version

buildscript {
Expand Down Expand Up @@ -99,5 +99,5 @@ task jacocoTestReport(type: org.gradle.testing.jacoco.tasks.JacocoReport) {
}

task wrapper(type: Wrapper) {
gradleVersion = '2.7'
gradleVersion = '2.11'
}
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 Sep 25 13:14:30 PDT 2015
#Mon Feb 22 20:00:08 PST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ while [ -h "$PRG" ] ; do
fi
done
SAVED="`pwd`"
cd "`dirname \"$PRG\"`/" >&-
cd "`dirname \"$PRG\"`/" >/dev/null
APP_HOME="`pwd -P`"
cd "$SAVED" >&-
cd "$SAVED" >/dev/null

CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar

Expand Down
2 changes: 1 addition & 1 deletion gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ echo location of your Java installation.
goto fail

:init
@rem Get command-line arguments, handling Windowz variants

This comment has been minimized.

Copy link
@CalebFenton

CalebFenton Feb 23, 2016

Author Owner

inline comment test

@rem Get command-line arguments, handling Windows variants

if not "%OS%" == "Windows_NT" goto win9xME_args
if "%@eval[2+2]" == "4" goto 4NT_args
Expand Down

3 comments on commit d6dcaa7

@CalebFenton
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test comment

@strazzere
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test reply to the test comment

@CalebFenton
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👊 :finnadie: unicode test.

Please sign in to comment.