From de6e60b2dbded3ca8b57bc3111a830714ec17570 Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Thu, 4 Aug 2022 20:27:32 -0400 Subject: [PATCH] DeBayer2 plugin in binaries for manual installation does not work properly - UI never opens #21 Make sure that all jars are generated when plugins for manual installation are created --- build.sbt | 2 ++ notes/v.1.3.3.md | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 notes/v.1.3.3.md diff --git a/build.sbt b/build.sbt index c5f2ca1..35b474c 100644 --- a/build.sbt +++ b/build.sbt @@ -74,6 +74,8 @@ val commonSettings = Seq( ), resolvers ++= Resolver.sonatypeOssRepos("snapshots"), // + exportJars := true, + // autoCompilerPlugins := true, // Fork a new JVM for 'run' and 'test:run' fork := true, diff --git a/notes/v.1.3.3.md b/notes/v.1.3.3.md new file mode 100644 index 0000000..eddc5ed --- /dev/null +++ b/notes/v.1.3.3.md @@ -0,0 +1,10 @@ +ijp-DeBayer2SX v.1.3.3 +====================== + +This a fix to the way plugins for manual installation are generated. + +* DeBayer2 plugin in binaries for manual installation does not work properly - UI never opens [#21] + +[#21]: https://github.com/ij-plugins/ijp-DeBayer2SX/issues/21 + +