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?
Asked
Active
Viewed 1,385 times
0
-
If you need this both in sources and tests `compile` dependency will be enough. Remove `testCompile`. – Opal Jun 24 '15 at 15:15
-
I've just checked it. It seems that this file is perfectly valid. – Opal Jun 24 '15 at 15:26
1 Answers
1
(In Netbeans) Right-clicking the project and selecting 'Reload Project' did the trick.

orpheus
- 479
- 1
- 7
- 20