Skip to content
Snippets Groups Projects
Commit 50c58181 authored by Sebastian's avatar Sebastian Committed by Sebastian
Browse files

Add comment about modules definition

parent dd86d7bc
No related branches found
No related tags found
1 merge request!44Build nightly .jar and .deb
......@@ -99,6 +99,9 @@ compose.desktop {
packageVersion = "0.0.1"
description = "Secure messaging, anywhere"
vendor = "The Briar Project"
// As described at https://github.com/JetBrains/compose-jb/tree/master/tutorials/Native_distributions_and_local_execution#configuring-included-jdk-modules
// the Gradle plugin does not automatically determine necessary JDK modules to ship
// so that we need to define required modules here:
modules("java.sql")
modules("java.naming")
linux {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment