diff --git a/build.gradle.kts b/build.gradle.kts index 3704e2d..ee2e702 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,4 +33,10 @@ accessWiden { ) ) ) +} + +tasks { + jar { + destinationDirectory = rootProject.layout.buildDirectory + } } \ No newline at end of file