dorongold / gradle-task-tree

Gradle plugin that adds a 'taskTree' task that prints task dependency tree
Apache License 2.0
857 stars 56 forks source link

TypeError: Module.print is not a function #30

Closed ptmt closed 5 years ago

ptmt commented 5 years ago

After runnning ./gradlew generateDependencyGraph I got this

Execution failed for task ':generateDependencyGraph'.
> TypeError: Module.print is not a function

Versions:

./gradlew --version

------------------------------------------------------------
Gradle 4.10.3
------------------------------------------------------------

Build time:   2018-12-05 00:50:54 UTC
Revision:     e76905e3a1034e6f724566aeb985621347ff43bc

Kotlin DSL:   1.0-rc-6
Kotlin:       1.2.61
Groovy:       2.4.15
Ant:          Apache Ant(TM) version 1.9.11 compiled on March 23 2018
JVM:          1.8.0_191 (Oracle Corporation 25.191-b12)
OS:           Mac OS X 10.14.3 x86_64
dorongold commented 5 years ago

This is not related to the gradle-task-tree plugin.