Skip to content

Commit a6861d3

Browse files
committed
Update build.gradle
1 parent 6963dbd commit a6861d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ tasks.register('mainJar', Jar) {
128128
'Created-By': "Ferdinand Calo' (FEX___96)",
129129
"Class-Path": ". " + (configurations.runtimeClasspath.collect { "lib/" + it.getName() }.join(' '))
130130
}
131-
from(zipTree("${destinationDirectory}/FMT")) {
131+
from('build/classes/java/main/') {
132132
include 'net/fexcraft/app/fmt/'
133133
}
134134
from('src/') {

0 commit comments

Comments
 (0)