Skip to content

Commit bb12f41

Browse files
author
Nep Nep
authored
Fix DiscordRPC not working on prod (lambda-client#323)
* Readd DiscordIPC transitive dependencies previously removed, to fix production DiscordRPC * Remove comment
1 parent 8680658 commit bb12f41

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,7 @@ dependencies {
9797
exclude module: 'kotlin-stdlib-common'
9898
}
9999

100-
jarLibs('com.github.cbyrneee:DiscordIPC:e18542f600') {
101-
exclude module: 'junixsocket-common'
102-
exclude module: 'junixsocket-native-common'
103-
exclude module: 'json'
104-
}
100+
jarLibs 'com.github.cbyrneee:DiscordIPC:e18542f600'
105101

106102
// Add them back to compileOnly (provided)
107103
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-common:$kotlinVersion"
@@ -167,7 +163,6 @@ jar {
167163
from {
168164
exclude '**/module-info.class',
169165
'DebugProbesKt.bin',
170-
'META-INF/maven/**',
171166
'META-INF/proguard/**',
172167
'META-INF/versions/**',
173168
'META-INF/**.RSA',

0 commit comments

Comments
 (0)