mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Build fixes [stage]
This commit is contained in:
parent
8383c9f082
commit
ed5e3631c8
2 changed files with 8 additions and 1 deletions
|
@ -27,6 +27,8 @@ dependencies {
|
|||
compileOnly 'org.junit.jupiter:junit-jupiter-params:5.10.2'
|
||||
|
||||
api 'com.vladsch.flexmark:flexmark:0.64.8'
|
||||
api 'com.vladsch.flexmark:flexmark-util:0.64.8'
|
||||
api 'com.vladsch.flexmark:flexmark-util-options:0.64.8'
|
||||
api 'com.vladsch.flexmark:flexmark-util-data:0.64.8'
|
||||
api 'com.vladsch.flexmark:flexmark-util-ast:0.64.8'
|
||||
api 'com.vladsch.flexmark:flexmark-util-builder:0.64.8'
|
||||
|
@ -47,7 +49,10 @@ dependencies {
|
|||
api files("$rootDir/gradle/gradle_scripts/markdowngenerator-1.3.1.1.jar")
|
||||
api files("$rootDir/gradle/gradle_scripts/vernacular-1.16.jar")
|
||||
api 'info.picocli:picocli:4.7.5'
|
||||
api 'org.kohsuke:github-api:1.321'
|
||||
api ('org.kohsuke:github-api:1.321') {
|
||||
exclude group: 'org.apache.commons', module: 'commons-lang3'
|
||||
}
|
||||
api 'org.apache.commons:commons-lang3:3.14.0'
|
||||
api 'io.sentry:sentry:7.8.0'
|
||||
api 'commons-io:commons-io:2.16.1'
|
||||
api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.17.1"
|
||||
|
|
|
@ -32,6 +32,8 @@ extraJavaModuleInfo {
|
|||
|
||||
extraJavaModuleInfo {
|
||||
module("com.vladsch.flexmark:flexmark", "com.vladsch.flexmark") {
|
||||
mergeJar('com.vladsch.flexmark:flexmark-util')
|
||||
mergeJar('com.vladsch.flexmark:flexmark-util-options')
|
||||
mergeJar('com.vladsch.flexmark:flexmark-util-data')
|
||||
mergeJar('com.vladsch.flexmark:flexmark-util-format')
|
||||
mergeJar('com.vladsch.flexmark:flexmark-util-ast')
|
||||
|
|
Loading…
Reference in a new issue