Skip to content

Commit 00938a5

Browse files
committed
Pack jar files
1 parent 5bdb852 commit 00938a5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

client/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
id 'application'
33
id 'java'
4+
id 'com.github.johnrengelman.shadow' version '8.1.1'
45
}
56

67
group = 'dev.abhay7'

server/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
id 'java'
33
id 'application'
4+
id 'com.github.johnrengelman.shadow' version '8.1.1'
45
}
56

67
group = 'dev.abhay7'

0 commit comments

Comments
 (0)