Skip to content

Commit 8729c19

Browse files
committed
add jdk.unsupported module to custom jre to fix runtime errors with telegram bot library 8.3.0
1 parent 4307cc2 commit 8729c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ application {
7979

8080
runtime {
8181
options = ['--strip-debug', '--no-header-files', '--no-man-pages']
82-
modules = ['java.desktop', 'java.naming', 'java.sql', 'jdk.crypto.ec']
82+
modules = ['java.desktop', 'java.naming', 'java.sql', 'jdk.crypto.ec', 'jdk.unsupported']
8383
}
8484

8585
shadowJar {

0 commit comments

Comments
 (0)