projects
/
rhynodge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19b15af
)
š Fix āfatJarā task
author
David āBombeā Roden
<bombe@pterodactylus.net>
Sun, 25 Feb 2024 00:46:57 +0000
(
01:46
+0100)
committer
David āBombeā Roden
<bombe@pterodactylus.net>
Sun, 25 Feb 2024 00:46:57 +0000
(
01:46
+0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
c25226b
..
46f822d
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-66,7
+66,7
@@
task fatJar(type: Jar) {
"Main-Class": "net.pterodactylus.rhynodge.engine.Starter"
)
}
- from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
+ from { configurations.compile
Classpath
.collect { it.isDirectory() ? it : zipTree(it) } }
from { sourceSets.generated.resources.srcDirs }
with jar
dependsOn test