File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ artifacts {
2727publishing {
2828 publications {
2929 maven(MavenPublication ) {
30- from components . java
30+ artifact shadowJar
3131 artifact sourcesJar
3232
3333 repositories {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ artifacts {
3232publishing {
3333 publications {
3434 maven(MavenPublication ) {
35- from components . java
35+ artifact shadowJar
3636 artifact sourcesJar
3737
3838 repositories {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ artifacts {
3939publishing {
4040 publications {
4141 maven(MavenPublication ) {
42- from components . java
42+ artifact shadowJar
4343 artifact sourcesJar
4444
4545 repositories {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ artifacts {
3131publishing {
3232 publications {
3333 maven(MavenPublication ) {
34- from components . java
34+ artifact shadowJar
3535 artifact sourcesJar
3636
3737 repositories {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ artifacts {
2828publishing {
2929 publications {
3030 maven(MavenPublication ) {
31- from components . java
31+ artifact shadowJar
3232 artifact sourcesJar
3333
3434 repositories {
You can’t perform that action at this time.
0 commit comments