@@ -19,8 +19,6 @@ multiple application types for different source technologies and target platform
19
19
This allows you to distribute the same application to multiple platforms, without having to
20
20
maintain platform-specific code.
21
21
22
- ![ Example of building native apps for multiple platforms] ( example/resources/example-gallery.png )
23
-
24
22
System requirements
25
23
-------------------
26
24
@@ -44,7 +42,7 @@ The plugin is available from the [Gradle plugin registry](https://plugins.gradle
44
42
use the plugin in your Gradle project by adding the following to ` build.gradle ` :
45
43
46
44
plugins {
47
- id "nl.colorize.gradle.application" version "2023.10 .1"
45
+ id "nl.colorize.gradle.application" version "2024 .1"
48
46
}
49
47
50
48
Building native Mac application bundles
@@ -69,7 +67,7 @@ The following shows an example on how to define this configuration in Gradle:
69
67
name = "Example"
70
68
identifier = "com.example"
71
69
description = "A description for your application"
72
- copyright = "Copyright 2023 "
70
+ copyright = "Copyright 2024 "
73
71
bundleVersion = "1.0"
74
72
icon = "resources/icon.icns"
75
73
applicationCategory = "public.app-category.developer-tools"
@@ -308,7 +306,7 @@ Instructions for building the plugin itself
308
306
309
307
Building the plugin itself can only be done on Mac OS. It also requires the following:
310
308
311
- - [ Java JDK] ( http://java.oracle.com ) 17 +
309
+ - [ Java JDK] ( http://java.oracle.com ) 21 +
312
310
- [ Gradle] ( http://gradle.org )
313
311
- [ Ant] ( https://ant.apache.org )
314
312
@@ -350,7 +348,7 @@ the plugin itself. Refer to the documentation for each application type for deta
350
348
License
351
349
-------
352
350
353
- Copyright 2010-2023 Colorize
351
+ Copyright 2010-2024 Colorize
354
352
355
353
> Licensed under the Apache License, Version 2.0 (the "License");
356
354
> you may not use this file except in compliance with the License.
0 commit comments