revert: obfuscation (#13)

This commit is contained in:
ReaJason
2025-04-05 12:32:45 +08:00
parent 6850c15e91
commit ab564de4d7
17 changed files with 20 additions and 101 deletions
-8
View File
@@ -2,14 +2,6 @@ plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = 'MemShellParty'
include 'bom'