Skip to content

Commit 1bad16c

Browse files
committed
fixed gradle build #3
1 parent 48cb067 commit 1bad16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diktat-gradle-plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
<artifactId>exec-maven-plugin</artifactId>
6262
<inherited>false</inherited>
6363
<configuration>
64-
<executable>${gradle.executable}</executable>
65-
<workingDirectory>${gradle.workingDir}/</workingDirectory>
64+
<workingDirectory>${gradle.workingDir}</workingDirectory>
65+
<executable>${gradle.workingDir}/${gradle.executable}</executable>
6666
</configuration>
6767
<executions>
6868
<execution>

0 commit comments

Comments
 (0)