kevin-wayne / algs4

Algorithms, 4th edition textbook code and libraries
http://algs4.cs.princeton.edu/code/
GNU General Public License v3.0
7.41k stars 2.68k forks source link

A problem occurred when run build file build.gradle #90

Open laraws opened 4 years ago

laraws commented 4 years ago

The error result is :

Build file '/var/java-projects/algs4/build.gradle' line: 81

A problem occurred evaluating root project 'algs4'.
> Cannot add task 'wrapper' as a task with that name already exists.
hezhigang commented 3 years ago

in Intellij IDEA, have some little changes to build.gradle

wrapper {
  gradleVersion = '6.6.1'
}

and it run OK then.

seemed should use gradle 2.6 or later

I had created a PR#96 to fix it.