gradle-visteg icon indicating copy to clipboard operation
gradle-visteg copied to clipboard

Exports task execution graph as .dot file

Results 10 gradle-visteg issues
Sort by recently updated
recently updated
newest added

Applied the plugin. Got the following error: ``` Failed to notify task execution graph listener. > entryTasks ``` Gradle version 5.1.4 Full output: ``` ./gradlew server:build --stacktrace Configuration on demand...

There are a few commits needed to be rolled up into a release. Be great to get an updated release out please.

ERROR: No such property: task for class: org.gradle.api.internal.artifacts.transform.TransformationNode$ChainedTransformationNode Possible solutions: class, state

Since yours plugin is one of my favorites, because it's much easier to orient in huge projects. But it would be nice to have more reports like in $buildDir/visteg/... Surely...

I downloaded a template gradle project from spring initializer https://start.spring.io/ It gave me a gradle 6.0.1 template project, which I updated/lowered it the to 5.6.4. Updated my build.gradle ``` plugins...

![image](https://user-images.githubusercontent.com/10673561/66985246-a6889e80-f0bc-11e9-872a-50859a5db7f6.png) ```kotlin plugins { id("cz.malohlava.visteg") version "1.0.4" } ``` does not work :/

I apply the plugin: Kotlin DSL: ``` id("cz.malohlava") version "1.0.3" ``` but it fails with: ``` * What went wrong: An exception occurred applying plugin request [id: 'cz.malohlava', version: '1.0.3']...

I'm using gradle 5.1.1 and got this exception: groovy.lang.MissingPropertyException: No such property: task for class: org.gradle.api.internal.artifacts.transform.TransformationNode$ChainedTransformationNode Possible solutions: class, state at cz.malohlava.VisTaskExecGraphPlugin$_printGraph_closure4.doCall(VisTaskExecGraphPlugin.groovy:164) on line 164: def sname = succ.task.path I...

I currently have my build output set to `target`, but this plugin still outputs to `build`

``` % ./gradlew build > Task :gradle-plugins:verifyPluginConfiguration [gradle-intellij-plugin :verifyPluginConfiguration] The following plugin configuration issues were found: - The Java configuration specifies targetCompatibility=19 but IntelliJ Platform 2023.1 requires targetCompatibility=17. See: https://jb.gg/intellij-platform-versions...