projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7625c3f
)
🎨 Use non-deprecated property
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Tue, 3 Mar 2020 21:00:46 +0000
(22:00 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Tue, 3 Mar 2020 21:00:46 +0000
(22:00 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
b8ea16c
..
870a07c
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-84,7
+84,7
@@
test {
}
task fatJar(type: Jar) {
- archiveName = project.name.toLowerCase() + '-jar-with-dependencies.jar'
+ archive
File
Name = project.name.toLowerCase() + '-jar-with-dependencies.jar'
from { (configurations.runtime - configurations.provided).collect { it.isDirectory() ? it : zipTree(it) } }
manifest {
attributes('Plugin-Main-Class': 'net.pterodactylus.sone.main.SonePlugin')