When trying to run: gradle --console plain build run, here what I get:
➜ MoneyX git:(master) ✗ gradle --version
------------------------------------------------------------
Gradle 5.1
------------------------------------------------------------
Build time: 2019-01-02 18:57:47 UTC
Revision: d09c2e354576ac41078c322815cc6db2b66d976e
Kotlin DSL: 1.1.0
Kotlin: 1.3.11
Groovy: 2.5.4
Ant: Apache Ant(TM) version 1.9.13 compiled on July 10 2018
JVM: 1.8.0_191 (Oracle Corporation 25.191-b12)
OS: Mac OS X 10.14.2 x86_64
➜ MoneyX git:(master) ✗ gradle --console plain build run
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/freddyboucher/Programming/MoneyX/build.gradle' line: 21
* What went wrong:
A problem occurred evaluating root project 'MoneyX'.
> Failed to apply plugin [id 'io.spring.dependency-management']
> Could not create task ':dependencyManagement'.
> Could not create task of type 'DependencyManagementReportTask'.
> Unable to determine io.spring.gradle.dependencymanagement.report.DependencyManagementReportTask_Decorated argument #1: missing parameter value of type interface org.gradle.logging.StyledTextOutputFactory, or no service of type interface org.gradle.logging.StyledTextOutputFactory
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 0s
When trying to run:
gradle --console plain build run
, here what I get: