From 13b8f1932354f0e64ca5b8bdd242a8870a65ac72 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Mon, 19 Aug 2024 12:53:14 +0100 Subject: [PATCH] fix: classpath too long on windows --- build.sbt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f6f60d8..65a5d0f 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,9 @@ lazy val plugin = project .enablePlugins( GitHubPagesPlugin, GitVersioning, - JavaAppPackaging + JavaAppPackaging, + // https://sbt-native-packager.readthedocs.io/en/stable/recipes/longclasspath.html#long-classpaths + LauncherJarPlugin ) .settings( name := "plugin",