Skip to content

Commit

Permalink
use shadowjar
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeffian committed Apr 2, 2022
1 parent 9b8c720 commit f784a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '7.1.2'
}

group 'dev.yeff'
Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id 'java'
id 'application'

}

group 'dev.yeff'
version 'unspecified'

repositories {
maven {
Expand Down

0 comments on commit f784a93

Please sign in to comment.