Martin Zeitler
Martin Zeitler
And how does "political correctness" improve software quality? This appears slightly delusional. The whole concept of "binary gender" is an exclusive concept and should better be fixed instead.
This seems related #123.
Please note, that the `jcenter()` repository does not exist anymore and should be replaced with `mavenCentral()`. I've seen that all across the [documentation](https://developer.huawei.com/consumer/en/doc/HMSCore-Guides/publisher-service-consent-settings-0000001075342977) (for example), this is still that broken...
With Gradle: repositories { maven { url 'https://jitpack.io' } } dependencies { implementation 'com.github.mpetazzoni:ttorrent:ttorrent-2.0' } Also for Maven, this should be (it won't build without `3.1.0`): org.apache.maven.plugins maven-jar-plugin 3.1.0
I don't think that this provides the modules; they at least still work after upgrading to `17.6.2`, when having built them once.
This "simple container" may not have `sudo` installed, to begin with, which means directory `/etc/sudoers.d` may not even exist. And in case the directory should exist, this would be `>`...
It seems to work so far, just needs more testing on the target system. Had to edit the init-script, because there is no command `rh_status`. This is the command, which...
@daedroza That wasn't such a great idea, because it only has caused a mess, when accidentally merging. Might try later on a Linux machine, where I still have a pristine...
@daedroza I'm going to start over with a new branch and then PR, to get rid of the conflicts. My mistake was, that I didn't sync the remote fork first...
The mere difference is, that there are now two directories being used: `docs/javadoc` and `docs/html`.