2021-09-27 20:55:48 +02:00
|
|
|
archivesBaseName = "libjf-base"
|
|
|
|
|
|
|
|
dependencies {
|
2022-04-29 15:48:27 +02:00
|
|
|
include modImplementation(fabricApi.module("fabric-lifecycle-events-v1", "$rootProject.fabric_version"))
|
|
|
|
shadow "io.gitlab.jfronny:commons:$rootProject.commons_version"
|
|
|
|
shadow "io.gitlab.jfronny:commons-gson:$rootProject.commons_version"
|
2022-05-09 22:53:54 +02:00
|
|
|
shadow "io.gitlab.jfronny:commons-slf4j:$rootProject.commons_version"
|
2022-06-21 19:49:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
shadowJar {
|
|
|
|
dependencies {
|
|
|
|
exclude(dependency('org.slf4j:slf4j-api'))
|
|
|
|
}
|
2021-09-27 20:55:48 +02:00
|
|
|
}
|