aboutsummaryrefslogtreecommitdiff
path: root/runners/maven-plugin/pom.tpl.xml
diff options
context:
space:
mode:
authorSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-06-16 20:46:59 +0300
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-06-16 20:46:59 +0300
commit7c55d94eeb42f851e5ee0664bb38a873b6c06ee1 (patch)
tree278a55feadb5f79dc3c806f8205d61981c8665d3 /runners/maven-plugin/pom.tpl.xml
parent6300b94ac84133dd3ec7e87752f133832d4b7642 (diff)
downloaddokka-7c55d94eeb42f851e5ee0664bb38a873b6c06ee1.tar.gz
dokka-7c55d94eeb42f851e5ee0664bb38a873b6c06ee1.tar.bz2
dokka-7c55d94eeb42f851e5ee0664bb38a873b6c06ee1.zip
Update gradle to 4.0
Diffstat (limited to 'runners/maven-plugin/pom.tpl.xml')
-rw-r--r--runners/maven-plugin/pom.tpl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runners/maven-plugin/pom.tpl.xml b/runners/maven-plugin/pom.tpl.xml
index 3b5afd74..c5883c6a 100644
--- a/runners/maven-plugin/pom.tpl.xml
+++ b/runners/maven-plugin/pom.tpl.xml
@@ -21,6 +21,6 @@
</plugin>
</plugins>
<directory>./</directory>
- <outputDirectory>classes/main</outputDirectory>
+ <outputDirectory>./classes/java/main</outputDirectory>
</build>
</project>