Move unrelocate to another module again

This commit is contained in:
Vankka 2023-04-30 15:19:31 +03:00
parent 77ee036cbf
commit 045e863dde
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0
4 changed files with 7 additions and 1 deletions

View File

@ -36,6 +36,9 @@ dependencies {
compileOnlyApi project(':common:common-api')
testImplementation project(':common:common-api')
// Unrelocate
compileOnlyApi project(':common:common-unrelocate')
// DependencyDownload
api(libs.dependencydownload.runtime)

View File

@ -0,0 +1,3 @@
dependencies {
compileOnlyApi(libs.slf4j.api)
}

View File

@ -142,7 +142,7 @@ dependencyResolutionManagement {
rootProject.name = 'DiscordSRV2'
[
'common', 'common:api',
'common', 'common:api', 'common:unrelocate',
'i18n',
'api',
'bukkit', 'bukkit:loader', 'bukkit:folia', 'bukkit:paper', 'bukkit:bukkit1_12',