Skip to content

Commit

Permalink
DeBayer2 plugin in binaries for manual installation does not work pro…
Browse files Browse the repository at this point in the history
…perly - UI never opens #21

Make sure that all jars are generated when plugins for manual installation are created
  • Loading branch information
jpsacha committed Aug 5, 2022
1 parent 86c09ef commit de6e60b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
10 changes: 10 additions & 0 deletions notes/v.1.3.3.md
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit de6e60b

Please sign in to comment.