#i will pay money to anyone who can make a build.gradle that actually builds my working mod

12 messages · Page 1 of 1 (latest)

woeful lynx
#

my mod works in the dev environment exactly how its supposed to but i cant build it. shadowjar was throwing me errors. i have asked multiple times in the support channels, reddit, and googled every variation of this question and im honestly just done with it. this was meant to be a quick little project that i spent a day on and i have now spent multiple days trying to build the damn thing.

here is the repo: https://github.com/phazejeff/MinecraftGPT

GitHub

Contribute to phazejeff/MinecraftGPT development by creating an account on GitHub.

agile agate
#

Yes, it takes a lot of time to build. It took me half a day to write the code and another half a month to finish the build.

olive hare
#

that'll be $10

    include(implementation("com.theokanning.openai-gpt3-java:service:0.12.0"))
    include(implementation("com.theokanning.openai-gpt3-java:api:0.12.0"))
    include(implementation("com.theokanning.openai-gpt3-java:client:0.12.0"))

    include(implementation("io.reactivex.rxjava2:rxjava:2.0.0"))
    include(implementation("org.reactivestreams:reactive-streams:1.0.3"))

    include(implementation(api('com.squareup.retrofit2:retrofit:2.9.0')))
    include(implementation('com.squareup.retrofit2:adapter-rxjava2:2.9.0'))
    include(implementation('com.squareup.retrofit2:converter-jackson:2.9.0'))

    include(implementation("com.squareup.okhttp3:okhttp:3.14.9"))
    include(implementation("com.squareup.okio:okio:1.17.2"))

    include(implementation("com.fasterxml.jackson.core:jackson-annotations:2.10.1"))
    include(implementation("com.fasterxml.jackson.core:jackson-core:2.10.1"))
    include(implementation("com.fasterxml.jackson.core:jackson-databind:2.10.1"))
woeful lynx
#

ill dm you

#

@olive hare accept my friend request

cursive blade
#

Damn you beat me to it

tribal wadi
#

@olive hare did you get the money?

oblique oxide
#

i think its a joke lol

#

but idk

tribal wadi
#

...

woeful lynx