Skip to content

Commit c2891ad

Browse files
authored
Merge pull request #317 from sja26/readme
Update README
2 parents cbc6d10 + fe37d35 commit c2891ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ buildscript {
8282
}
8383
}
8484
85-
apply plugin: 'io.github.fvarrui.javapackager.plugin'
85+
plugins {
86+
id 'io.github.fvarrui.javapackager.plugin'
87+
}
8688
```
8789

8890
Create your packaging task:
@@ -95,7 +97,7 @@ task packageMyApp(type: io.github.fvarrui.javapackager.gradle.PackageTask, depen
9597
bundleJre = true|false
9698
generateInstaller = true|false
9799
administratorRequired = true|false
98-
platform = auto|linux|mac|windows
100+
platform = "auto"|"linux"|"mac"|"windows"
99101
additionalResources = [ file('file path'), file('folder path'), ... ]
100102
linuxConfig {
101103
...

0 commit comments

Comments
 (0)