3

Why do I have to work to manually make sure my different repositories, using different versions see the correct java version, JAVA_HOME for their fucking gradle to work

Why do the repositories not have their fucking dependencies under something like asdf set up already, so i never have to think about this shit

i don't even know about the best practices or care about this shit until I run into the brick wall of it

the other joke is i literally did this shit on my local, hardly understood it and barely remembered any of it and have to figure it out again

Comments
  • 2
    Write once. Work everywhere to make it run.
  • 0
    Well, all I know about Gradle is that it's utter trash. I used Gradle only once in my lifetime, and my computer ran out of space because it downloaded 11,000 dependencies—for reasons only God knows. Maven and Ant are the way to go; just create a lib folder in your repo and tell Maven/Ant where to look for dependencies.
Add Comment