We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6963dbd commit a6861d3Copy full SHA for a6861d3
build.gradle
@@ -128,7 +128,7 @@ tasks.register('mainJar', Jar) {
128
'Created-By': "Ferdinand Calo' (FEX___96)",
129
"Class-Path": ". " + (configurations.runtimeClasspath.collect { "lib/" + it.getName() }.join(' '))
130
}
131
- from(zipTree("${destinationDirectory}/FMT")) {
+ from('build/classes/java/main/') {
132
include 'net/fexcraft/app/fmt/'
133
134
from('src/') {
0 commit comments