Skip to content

Commit 7b7f366

Browse files
Merge branch 'non-modular' of https://github.com/danielpeintner/Java11Test into non-modular
2 parents 85f8534 + ca1aab6 commit 7b7f366

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.gradle
2+
.idea/
3+
.DS_Store
4+
/build/
5+
6+
# Ignore Gradle GUI config
7+
gradle-app.setting
8+
9+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
10+
!gradle-wrapper.jar
11+
12+
# Cache of project
13+
.gradletasknamecache
14+
15+
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
16+
# gradle/wrapper/gradle-wrapper.properties

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ runtime {
102102
'--copyright', company,
103103
]
104104
if(os.macOsX) {
105-
imageOptions = ['--icon', 'src/main/deploy/package/macosx/hello.icns']
105+
imageOptions = ['--mac-sign', '--icon', 'src/main/deploy/package/macosx/hello.icns']
106106
installerOptions += [
107107
// '--mac-sign',
108108
// '--mac-signing-key-user-name', System.getenv('SIGNING_KEY_USER_NAME'),

0 commit comments

Comments
 (0)