You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Some default values depends on the used building tool.
187
190
188
191
**Platform specific properties**
@@ -193,7 +196,8 @@ By default it will generate next artifacts in `${outputDirectory} ` folder:
193
196
|`macConfig`|:x:|[MacOS specific properties](docs/macosx-specific-properties.md). |
194
197
|`winConfig`|:x:|[Windows specific properties](docs/windows-specific-properties.md). |
195
198
196
-
> :warning: Be careful when using the `platform` property if your project uses platform dependent libraries, so the libraries of the current platform will be copied, not those required for the target platform. You can solve this problem using `classifiers`.
199
+
> [!WARNING]
200
+
> Be careful when using the `platform` property if your project uses platform dependent libraries, so the libraries of the current platform will be copied, not those required for the target platform. You can solve this problem using `classifiers`.
197
201
198
202
### Plugin assets
199
203
@@ -220,7 +224,8 @@ ${assetsDir}/
220
224
└── ${name}.ico # on Windows it has to be a ICO file
221
225
```
222
226
223
-
> :warning: If icon is not specified , it will use an [icon by default](https://raw.githubusercontent.com/fvarrui/JavaPackager/master/src/main/resources/linux/default-icon.png) for all platforms.
227
+
> [!WARNING]
228
+
> If icon is not specified , it will use an [icon by default](https://raw.githubusercontent.com/fvarrui/JavaPackager/master/src/main/resources/linux/default-icon.png) for all platforms.
224
229
225
230
#### Templates
226
231
@@ -380,6 +385,7 @@ cd JavaPackager
380
385
./gradlew publishToMavenLocal
381
386
```
382
387
388
+
> [!IMPORTANT]
383
389
> It is recommended to build the plugin with Java 19.
0 commit comments