diff --git a/README.md b/README.md index ffca2e8..5d1897b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index 2ece9f7..38d2d18 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/dist/Greed-1.5.jar b/dist/Greed-1.5.jar deleted file mode 100644 index f7002c3..0000000 Binary files a/dist/Greed-1.5.jar and /dev/null differ diff --git a/dist/Greed-2.0-beta.jar b/dist/Greed-2.0-beta.jar deleted file mode 100644 index 9f8e5a0..0000000 Binary files a/dist/Greed-2.0-beta.jar and /dev/null differ diff --git a/gradlew b/gradlew index ac4c2b4..a775323 100755 --- a/gradlew +++ b/gradlew @@ -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"