File: javadoc_encoding.patch

package info (click to toggle)
insubstantial 7.3%2Bdfsg3-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,076 kB
  • sloc: java: 98,517; xml: 487; sh: 216; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (5)
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"