Leonardo Miguel created BEAM-8356:
-------------------------------------
Summary: Update Java Katas to Gradle 5.0
Key: BEAM-8356
URL: https://issues.apache.org/jira/browse/BEAM-8356
Project: Beam
Issue Type: Task
Components: build-system
Environment: I'm using gradle Gradle 5.5.1-20190724234647+0000
Reporter: Leonardo Miguel
Running gradle build on learning/katas/java/ using gradle 5 gives the following
error:
{code:java}
FAILURE: Build failed with an exception.
* Where:
Build file '/home/leonardo/IdeaProjects/beam/learning/katas/java/build.gradle'
line: 116
* What went wrong:
A problem occurred evaluating root project 'Beam_Kata'.
> Cannot add task 'wrapper' as a task with that name already exists.{code}
I found out that it's related to "Overriding built-in tasks [deprecated in
4.8|https://docs.gradle.org/5.2.1/userguide/upgrading_version_4.html#deprecations_4.8]
now produces an error" from gradle 4.10.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)