Skip to content

Commit 0b7a085

Browse files
committed
Update shadow and bump version
1 parent a08682b commit 0b7a085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
plugins {
22
id 'java'
33
id 'application'
4-
id 'com.github.johnrengelman.shadow' version '2.0.1'
4+
id 'com.github.johnrengelman.shadow' version '5.2.0'
55
}
66

77
group 'Moosic'
8-
version '5.1'
8+
version '5.2'
99

1010
mainClassName = "co.moosic.music.Login"
1111

0 commit comments

Comments
 (0)