parent
4777c132d4
commit
4c3a1c575c
|
@ -12,7 +12,7 @@ java {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
project.version "2.0.0-SNAPSHOT"
|
project.version "2.0.1-SNAPSHOT"
|
||||||
group "net.brutex.xservices"
|
group "net.brutex.xservices"
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
|
@ -122,7 +122,8 @@ dependencies {
|
||||||
implementation "com.sun.xml.bind:jaxb-impl:2.3.0.1"
|
implementation "com.sun.xml.bind:jaxb-impl:2.3.0.1"
|
||||||
implementation "com.sun.xml.bind:jaxb-core:2.3.0.1"
|
implementation "com.sun.xml.bind:jaxb-core:2.3.0.1"
|
||||||
|
|
||||||
implementation fileTree(dir: "lib/", includes: ["*.jar"])
|
implementation fileTree(dir: "lib/", includes: ["*.jar"], excludes: ["serena.*.jar"])
|
||||||
|
compileOnly fileTree(dir: "lib/", includes: ["serena.*.jar"])
|
||||||
|
|
||||||
annotationProcessor "org.projectlombok:lombok:1.18.28"
|
annotationProcessor "org.projectlombok:lombok:1.18.28"
|
||||||
compileOnly "org.projectlombok:lombok:1.18.28"
|
compileOnly "org.projectlombok:lombok:1.18.28"
|
||||||
|
|
Loading…
Reference in New Issue