Thomas Jejkal

Results 15 comments of Thomas Jejkal

Sure, I've added the following elements: ``` buildscript { [...] dependencies { classpath("io.github.gradle-nexus:publish-plugin:1.0.0") } } [...] apply plugin: 'io.github.gradle-nexus.publish-plugin' [...] nexusPublishing { repositories { sonatype() } } ``` Furthermore, I've...

No, as no one asked me to do so. ;-) I've added the publications section and I'm now ending up at a point, where the task wants to deploy to...

I think I see the point. I was trying to integrate the publishing into a GitHub action and skipped the release plugin as it was not clear to me what...

I've finally managed to perform a complete publication process, thanks again for your support. At the end there were a couple of open points I had to cope with and...

As promised, I've created a sample project describing the required steps in order to publish in both ways: from your local machine as well as via GitHub Action. If you...

Have you tried to test what was proposed here: https://github.com/HandBrake/HandBrake/issues/1608

Have you checked the original key at the position where it stops in the output? Is there any carriage return or line feed character? You may try [this suggestion at...

Indeed, this is strange. I'm using APFS (Unencrypted), too. Currently, I'm encrypting my filesystem to see if this has any influence, but I don't think so. Maybe the German system...

Changing the locale in the code doesn't change anything. Also changing the system language to English has no influence. According to [this article](https://eclecticlight.co/2017/04/06/apfs-is-currently-unusable-with-most-non-english-languages/) it seems that this issue is related...

For me this looks quite similar: ``` Device Identifier: disk1s1 Device Node: /dev/disk1s1 Whole: No Part of Whole: disk1 Volume Name: Macintosh HD Mounted: Yes Mount Point: / Partition Type:...