Skip to content

Commit 95aae4a

Browse files
committed
revert unintended
1 parent 32104ce commit 95aae4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/example-tls/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ application {
7474
applicationDistribution.into('bin') {
7575
from(helloWorldTlsServer)
7676
from(helloWorldTlsClient)
77-
fileMode = 0755
77+
filePermissions {
78+
unix(0755)
79+
}
7880
}
7981
}

0 commit comments

Comments
 (0)