We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bdb852 commit 00938a5Copy full SHA for 00938a5
client/build.gradle
@@ -1,6 +1,7 @@
1
plugins {
2
id 'application'
3
id 'java'
4
+ id 'com.github.johnrengelman.shadow' version '8.1.1'
5
}
6
7
group = 'dev.abhay7'
server/build.gradle
0 commit comments