3.3.0-beta1 with Gradle v6

It looks like there’s no POM yet for JME 3.3.0-beta1.

Executing: gradle clean build
Arguments: [-c, /home/sgold/Git/BasicGame-on-Gradle/settings.gradle]

> Task :cleanDLLs UP-TO-DATE
> Task :cleanLogs UP-TO-DATE
> Task :cleanSOs UP-TO-DATE
> Task :clean UP-TO-DATE
> Task :compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find org.jmonkeyengine:jme3-core:3.3.0-beta1.
     Searched in the following locations:
       - https://jcenter.bintray.com/org/jmonkeyengine/jme3-core/3.3.0-beta1/jme3-core-3.3.0-beta1.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :

Weird, though, because the file is there in bintray.

Ah… seems like the version stuff got screwed up:
https://jcenter.bintray.com/org/jmonkeyengine/jme3-core/v3.3.0-beta1/

…note the ‘v’ on the beginning. I guess the scripts broke sometime since the 3.3.0-alpha5 release which didn’t have that problem.

1 Like

Adding a ‘v’ solved the issue for me. Thank you, @pspeed

Yeah, but that’s only a temporary solution as that’s not really a valid version.