mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2025-01-12 20:01:21 +01:00
Move unrelocate to another module again
This commit is contained in:
parent
77ee036cbf
commit
045e863dde
@ -36,6 +36,9 @@ dependencies {
|
|||||||
compileOnlyApi project(':common:common-api')
|
compileOnlyApi project(':common:common-api')
|
||||||
testImplementation project(':common:common-api')
|
testImplementation project(':common:common-api')
|
||||||
|
|
||||||
|
// Unrelocate
|
||||||
|
compileOnlyApi project(':common:common-unrelocate')
|
||||||
|
|
||||||
// DependencyDownload
|
// DependencyDownload
|
||||||
api(libs.dependencydownload.runtime)
|
api(libs.dependencydownload.runtime)
|
||||||
|
|
||||||
|
3
common/unrelocate/build.gradle
Normal file
3
common/unrelocate/build.gradle
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
dependencies {
|
||||||
|
compileOnlyApi(libs.slf4j.api)
|
||||||
|
}
|
@ -142,7 +142,7 @@ dependencyResolutionManagement {
|
|||||||
rootProject.name = 'DiscordSRV2'
|
rootProject.name = 'DiscordSRV2'
|
||||||
|
|
||||||
[
|
[
|
||||||
'common', 'common:api',
|
'common', 'common:api', 'common:unrelocate',
|
||||||
'i18n',
|
'i18n',
|
||||||
'api',
|
'api',
|
||||||
'bukkit', 'bukkit:loader', 'bukkit:folia', 'bukkit:paper', 'bukkit:bukkit1_12',
|
'bukkit', 'bukkit:loader', 'bukkit:folia', 'bukkit:paper', 'bukkit:bukkit1_12',
|
||||||
|
Loading…
Reference in New Issue
Block a user