Thread with 16 posts
jump to expanded postif you force me to commit a 53KB jar file and multiple shell scripts into my project's VCS because that is simply The One True Way to use your build systemโฆ
may your descendants be cursed by large .git directories for 10,000 generations
also may the complete absence of license headers on these files haunt you to your grave
dear whoever decided this is The Only Correct Way to use gradle, which is sadly the only practical way to build my project on Android:
i am going to hold a grudge against you until you convince the gradle project to sanction a more reasonable way of doing this, ok? ok.
(it is taking me So much restraint to not just use the f word)
also isn't it absurd that you need a one-hundred-and-sixty-line shell script just to run a jar file, which is supposed to be portable
โoh, this is easy to fixโ, i thought. โi'll simply .gitignore the files and tell people to run gradle wrapperโ, i thought.
hahahaha
if i globally install gradle, gradle wrapper crashes! it only works viaโฆ the gradle wrapper! what is bootstrapping!
absolute trashfire
โokay,โ i thought. โi'll simply tell the user to download and extract the zip file with the gradle wrapper, if they want that.โ
h-h-haaaaah. i can't even laugh at this it makes me want to cry
one does not simply Download the gradle wrapper on its own. you must download gradle
i am at my wit's end!! i am fucking livid! i cannot believe how up their own arses they must be to expect me to copy their seventy-two fucking kilobytes of ambiguously-licensed scripts into my repo, a script for downloading gradle, which can only be obtained by downloading gradle
seventy-two fucking kilobytes of ambiguously-licensed download-and-run-gradle scripts. scripts which are, in fact, the only practical way to download and run gradle. which can only be obtained by downloading and running gradle, which is the thing i need the script for. h. hhhhhhh
is this a joke???? is this some kind of fucking prank? i'm being pranked right. are they trying to drive me fucking insane.
iโฆ
i.
i think i'm going to turn off the computer for a while and play piano. i can't deal with this shit
i'm back. i had a nice, relaxing, fulfilling time practicing piano. my keyboard has a frustrating aspect: the octave setting seems to be unchangeable(???), but you see, i can simply dial in a transposition of -12 semitones.
gradlew, on the other hand, has no solution, no escape,
@hikari I have yet to have a proper positive experience with Java after the first few years it was out. It has just turned into the most obfuscate mess of over design and the least easy to deal with solutions possible.
If I see that anything is related to Java I want to avoid it.
YMMV.
@breadbin I've occasionally had pleasant interactions with it but I do find Java frameworks tend to be overwrought
@hikari I think I have an unusual low threshold for putzing around to get things running something basic. My goal is that it should be easy, and never include scripts, make, etc.
I like go :)