Skip to content

Commit be03fca

Browse files
author
isayan
committed
support JTranscoder unicode2
1 parent e811035 commit be03fca

File tree

10 files changed

+211
-57
lines changed

10 files changed

+211
-57
lines changed

build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ buildscript {
66
}
77
dependencies {
88
classpath "org.asciidoctor:asciidoctor-gradle-jvm:3.3.2"
9+
classpath "org.asciidoctor:asciidoctor-gradle-jvm-pdf:3.3.2"
910
}
1011
}
1112

1213
apply plugin: 'java'
1314
apply plugin: 'jacoco'
1415
apply plugin: 'application'
16+
apply plugin: "org.asciidoctor.jvm.base"
1517
apply plugin: 'org.asciidoctor.jvm.convert'
18+
apply plugin: 'org.asciidoctor.jvm.pdf'
1619

1720
sourceCompatibility = '11' // -source
1821
targetCompatibility = '11' // -target
@@ -32,6 +35,7 @@ asciidoctor {
3235
sources {
3336
include 'help.adoc', 'help-ja.adoc'
3437
}
38+
3539
outputDir = file('help')
3640
}
3741

@@ -98,8 +102,8 @@ dependencies {
98102
implementation 'commons-codec:commons-codec:1.15'
99103
// https://mvnrepository.com/artifact/com.fifesoft/rsyntaxtextarea
100104
implementation 'com.fifesoft:rsyntaxtextarea:3.2.0'
101-
102-
implementation 'org.jsoup:jsoup:1.13.1'
105+
// https://mvnrepository.com/artifact/org.jsoup/jsoup/
106+
implementation 'org.jsoup:jsoup:1.15.2'
103107
// Unit Test
104108
testImplementation 'net.portswigger.burp.extender:burp-extender-api:2.3'
105109
testImplementation fileTree(dir: 'libs', include: ['*.jar'])

help/images/custom_jtranscoder.png

1.07 KB
Loading

release/YaguraExtender-v2.2.jar

39.2 KB
Binary file not shown.
1.07 KB
Loading

src/main/help/workspace.code-workspace

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)