Add actual shadowJar plugin

This commit is contained in:
Anton Kumaigorodski 2024-10-20 13:15:32 +03:00 committed by GitHub
parent acb1d767e8
commit 4c1bf5d68c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ buildscript {
plugins { plugins {
id 'java-library' id 'java-library'
id 'extra-java-module-info' id 'extra-java-module-info'
id 'com.github.johnrengelman.shadow' version '8.1.1'
} }
tasks.withType(AbstractArchiveTask) { tasks.withType(AbstractArchiveTask) {