Package (org.json) not importing after Gradle build -- no errors or feedback

1.4k views Asked by At

I am using this build file for my project. I am able to successfully clean and build my project, and am able to import all packages except for org.json. I'm running a custom task with --stacktrace, --info, --debug, and --refresh-dependencies which indicates (from what I can tell) that org.json downloads and resolves like all of the others but it's just not in the dependencies folder. I've checked Maven Central and confirmed that the package does exist and that the org and version are correct. Can anyone help?

1

There are 1 answers

0
orpheus On BEST ANSWER

(In Netbeans) Right-clicking the project and selecting 'Reload Project' did the trick.