Skip to content

Commit

Permalink
fix: classpath too long on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Aug 19, 2024
1 parent ce32a75 commit 13b8f19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 13b8f19

Please sign in to comment.