Skip to content

Commit

Permalink
update README and remove binaries from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0wu committed Nov 12, 2013
1 parent 0e73cf7 commit 725a1fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 17 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Greed is good
Downloads
---------

The versions have been put into the `dist` directory in the repository.
Go to [Releases](https://github.com/shivawu/topcoder-greed/releases) page.

* [2.0-beta](https://github.com/shivawu/topcoder-greed/raw/master/dist/Greed-2.0-beta.jar)
* Legacy [1.5](https://github.com/shivawu/topcoder-greed/raw/master/dist/Greed-1.5.jar)
* [2.0-beta](https://github.com/shivawu/topcoder-greed/releases/download/2.0-beta/Greed-2.0-beta.jar)
* Legacy [1.5](https://github.com/shivawu/topcoder-greed/releases/download/1.5/Greed-1.5.jar)
Note that the 2.0 is not compatiable with 1.x versions. Latest versions are recommended.

Release Note
Expand Down
13 changes: 0 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,6 @@ fatJar {
from 'version'
}

// Dist task
task dist(dependsOn: ['clean', 'test', 'fatJar']) {
description = 'Clean, build, and copy the package to the dist folder'
doLast {
copy {
from 'build/libs'
into 'dist'
include '*.jar'
rename { it.replace('topcoder-greed', 'Greed') }
}
}
}

// Gradle Wrapper
task wrapper(type: Wrapper) {
description = 'Create gradle wrapper'
Expand Down
Binary file removed dist/Greed-1.5.jar
Binary file not shown.
Binary file removed dist/Greed-2.0-beta.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
##
##############################################################################

# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
# Add default JVM options here.
# You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS=""

APP_NAME="Gradle"
Expand Down

0 comments on commit 725a1fe

Please sign in to comment.