Skip to content

Commit 2a3757a

Browse files
committed
- removed jlink
1 parent 8ca618b commit 2a3757a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

build.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ plugins {
1414
//Apply the shadow plugin to add support for creating a fat jar
1515
id "com.github.johnrengelman.shadow" version "5.2.0"
1616

17-
//Apply the jlink plugin to add support for creating custom runtime images
18-
id "org.beryx.jlink" version "2.19.0"
19-
2017
//Apply the ANTLR java parser generator plugin
2118
id 'antlr'
2219
}
@@ -74,15 +71,4 @@ test {
7471
testLogging {
7572
events "passed", "skipped", "failed"
7673
}
77-
}
78-
79-
jlink {
80-
options = ['--ignore-signing-information', '--strip-debug', '--compress', '0', '--no-header-files', '--no-man-pages']
81-
launcher {
82-
name = 'simulator'
83-
}
84-
85-
mergedModule {
86-
requires "java.xml"
87-
}
8874
}

0 commit comments

Comments
 (0)