Igor Demin
1786de28a7
Sync/2021 07 30 ( #961 )
3 years ago
Igor Demin
82468294f4
Update Compose
3 years ago
Alexey Tsvetkov
6038da77ba
Allow adding extra keys to Info.plist ( #845 )
...
Resolves #795
3 years ago
Alexey Tsvetkov
14ee86fa6c
Document suggestModules task
4 years ago
Casey Brooks
1e42748fd1
Updates Native Distributions documentation
...
Updates Native Distributions documentation to include a note about Java Modules, and how to determine necessary modules and provide them to the Gradle plugin configuration
4 years ago
Alexey Tsvetkov
9467407dcd
Document dockName property
4 years ago
Alexey Tsvetkov
2d3a9a20f4
Platform specific customization ( #434 )
...
* Provide ability to customize installation path
#314
* Document platform specific options
4 years ago
jimgoog
64322e8b68
Update README.md ( #427 )
4 years ago
Alexey Tsvetkov
0dd5d7fd46
Validate versions for native distributables ( #405 )
...
Resolves #91 , resolves #205 , resolves #341 , resolves #393
4 years ago
Léo Millon
e873e1340c
fix(doc): Fix the destination of the 'Signing & notarization on macOS' readme link
4 years ago
Alexey Tsvetkov
c243639042
Support simplified sign and notarization for macOS distribution in Gradle plugin ( #332 )
4 years ago
jimgoog
91223e764a
Add link to jpackage docs for signing ( #288 )
4 years ago
jimgoog
db3dd2af64
Better (updating) link to apple notarizing ( #264 )
4 years ago
jimgoog
6280c76ac0
Include apple signing info in distribution instructions ( #260 )
4 years ago
Nikolay Igotti
a664d07c1a
Check tutorials ( #237 )
4 years ago
Alexey Tsvetkov
3aff8f47e3
Add ability to create/run distributable app
4 years ago
Alexey Tsvetkov
d4e423e98f
Implement packaging uber jar for current OS ( #145 )
4 years ago
Malachi de AElfweald
362f6ec8b2
Native Distribution tutorial corrections ( #72 )
4 years ago
Alexey Tsvetkov
3b7835fb4a
Merge compose.desktop.application plugin with compose plugin
...
This change removes `org.jetbrains.compose.desktop.application` plugin id
in favor of doing everything in `org.jetbrains.compose`.
The change simplifies configuring Compose Desktop projects.
Now, just one plugin dependency is needed.
To avoid task name conflicts with common task names such as `package` and `run`,
the plugin creates tasks lazily only if `application` block/property is used in a script.
4 years ago
Alexey Tsvetkov
24f183eeee
Add tutorial for desktop application Gradle plugin
4 years ago