Skip to content

Commit 205cc22

Browse files
committed
Fix a typo in build task name
1 parent 6f7148c commit 205cc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ application {
4040
mainClass.set("pascal.taie.Main")
4141
}
4242

43-
tasks.register<Jar>("farJar", Jar::class) {
43+
tasks.register<Jar>("fatJar", Jar::class) {
4444
group = "build"
4545
description = "Creates a single jar file including Tai-e and all dependencies"
4646
manifest {

0 commit comments

Comments
 (0)