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
Unable to store input properties for task ':packageAppForMac'. Property 'fileAssociations' with value '[FileAssociation [mimeType=text/plain, extension=log, description=log]]' cannot be serialized.
Please tell us about your environment:
JavaPackager version:
OS version: macos 12.3.1
JDK version: 1.8.0_181
Build tool:
Maven
Gradle
The text was updated successfully, but these errors were encountered:
Hi @jinsihou19!
I've made FileAssociation class serializable. This should fix this problem. Please, could you try JavaPackager 1.6.7-SNAPSHOT (devel branch)?
It has to be installed manually in your local repo:
git clone https://github.com/fvarrui/JavaPackager --branch devel
cd JavaPackager
./gradlew publishToMavenLocal
I'm submitting a…
Short description of the issue/suggestion:
How do I configure FileAssociations in gradle?
I write this code:
after run it report that:
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: