We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cb067 commit 1bad16cCopy full SHA for 1bad16c
diktat-gradle-plugin/pom.xml
@@ -61,8 +61,8 @@
61
<artifactId>exec-maven-plugin</artifactId>
62
<inherited>false</inherited>
63
<configuration>
64
- <executable>${gradle.executable}</executable>
65
- <workingDirectory>${gradle.workingDir}/</workingDirectory>
+ <workingDirectory>${gradle.workingDir}</workingDirectory>
+ <executable>${gradle.workingDir}/${gradle.executable}</executable>
66
</configuration>
67
<executions>
68
<execution>
0 commit comments