2024-02-28 07:36:31 +00:00
|
|
|
extraJavaModuleInfo {
|
|
|
|
module("markdowngenerator-1.3.1.1.jar", "net.steppschuh.markdowngenerator") {
|
|
|
|
exportAllPackages()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
extraJavaModuleInfo {
|
|
|
|
module("de.vandermeer:asciitable", "de.vandermeer.asciitable") {
|
|
|
|
exportAllPackages()
|
|
|
|
requires('de.vandermeer.skb_interfaces')
|
|
|
|
requires('de.vandermeer.ascii_utf_themes')
|
|
|
|
requires('org.apache.commons.lang3')
|
|
|
|
}
|
|
|
|
|
|
|
|
module("de.vandermeer:skb-interfaces", "de.vandermeer.skb_interfaces") {
|
|
|
|
exportAllPackages()
|
|
|
|
requires('org.apache.commons.lang3')
|
|
|
|
}
|
|
|
|
|
|
|
|
module("de.vandermeer:ascii-utf-themes", "de.vandermeer.ascii_utf_themes") {
|
|
|
|
exportAllPackages()
|
|
|
|
requires('org.apache.commons.lang3')
|
|
|
|
requires('de.vandermeer.skb_interfaces')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
extraJavaModuleInfo {
|
|
|
|
module("com.vladsch.flexmark:flexmark", "com.vladsch.flexmark") {
|
2024-05-23 19:01:18 +00:00
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-util')
|
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-util-options')
|
2024-02-28 07:36:31 +00:00
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-util-data')
|
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-util-format')
|
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-util-ast')
|
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-util-sequence')
|
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-util-builder')
|
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-util-html')
|
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-util-dependency')
|
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-util-collection')
|
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-util-misc')
|
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-util-visitor')
|
2024-05-20 03:34:33 +00:00
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-ext-tables')
|
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-ext-gfm-strikethrough')
|
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-ext-gfm-tasklist')
|
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-ext-footnotes')
|
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-ext-definition')
|
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-ext-anchorlink')
|
2024-06-15 10:40:03 +00:00
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-ext-yaml-front-matter')
|
|
|
|
mergeJar('com.vladsch.flexmark:flexmark-ext-toc')
|
2024-02-28 07:36:31 +00:00
|
|
|
exportAllPackages()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
extraJavaModuleInfo {
|
|
|
|
module("org.kohsuke:github-api", "org.kohsuke.github") {
|
|
|
|
exports('org.kohsuke.github')
|
|
|
|
exports('org.kohsuke.github.function')
|
|
|
|
exports('org.kohsuke.github.authorization')
|
|
|
|
exports('org.kohsuke.github.extras')
|
|
|
|
exports('org.kohsuke.github.connector')
|
|
|
|
requires('java.logging')
|
|
|
|
requires('org.apache.commons.io')
|
|
|
|
requires('org.apache.commons.lang3')
|
|
|
|
requires('com.fasterxml.jackson.databind')
|
|
|
|
overrideModuleName()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
extraJavaModuleInfo {
|
|
|
|
module("io.sentry:sentry", "io.sentry") {
|
|
|
|
exportAllPackages()
|
|
|
|
}
|
|
|
|
}
|