diff options
| author | 2021-10-11 13:40:53 +0100 | |
|---|---|---|
| committer | 2021-10-11 13:40:53 +0100 | |
| commit | eff462c8e08fb08be940387e1c817f1ad01a853b (patch) | |
| tree | 7455ca2f636226c800f924ec2a4e131b89652276 /enigma-swing | |
| parent | Update CFR to improve record decompiling. (diff) | |
| download | enigma-fork-eff462c8e08fb08be940387e1c817f1ad01a853b.tar.gz enigma-fork-eff462c8e08fb08be940387e1c817f1ad01a853b.tar.xz enigma-fork-eff462c8e08fb08be940387e1c817f1ad01a853b.zip | |
Fix engima-swing missing maven pom dependencies
Diffstat (limited to 'enigma-swing')
| -rw-r--r-- | enigma-swing/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/enigma-swing/build.gradle b/enigma-swing/build.gradle index d6b618e..979dc25 100644 --- a/enigma-swing/build.gradle +++ b/enigma-swing/build.gradle | |||
| @@ -22,7 +22,7 @@ jar.manifest.attributes 'Main-Class': mainClassName | |||
| 22 | publishing { | 22 | publishing { |
| 23 | publications { | 23 | publications { |
| 24 | shadow(MavenPublication) { publication -> | 24 | shadow(MavenPublication) { publication -> |
| 25 | project.shadow.component publication | 25 | publication.from components.java |
| 26 | } | 26 | } |
| 27 | } | 27 | } |
| 28 | } | 28 | } |