iLexiconn / LLibrary

The lightweight Minecraft modding library.
https://github.com/iLexiconn/LLibrary/wiki
GNU Lesser General Public License v2.1
51 stars 33 forks source link

Text must not be null #175

Open minqukanq opened 3 years ago

minqukanq commented 3 years ago

Error in build.script

    def url = "http://pastebin.com/raw/EjsPPpVG".toURL()
    def versions = new JsonSlurper().parseText url.text
...