Package: insubstantial / 7.3+dfsg3-5

javadoc_encoding.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Set javadoc encoding to UTF-8
Author: Felix Natter <fnatter@gmx.net>
Forwarded: not-needed
Last-Update: 2015-06-13

--- a/build.gradle
+++ b/build.gradle
@@ -14,6 +14,8 @@
   apply plugin: 'maven'
   apply plugin: 'signing'
 
+  javadoc.options.encoding = "UTF-8"
+
   group = 'com.github.insubstantial'
   version = '7.3'
   ext.versionKey = "7.3-destroyer"