Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

GWT: Plugin with id 'jetty' not found. #69

Open
Malkierian opened this issue Feb 20, 2019 · 5 comments
Open

GWT: Plugin with id 'jetty' not found. #69

Malkierian opened this issue Feb 20, 2019 · 5 comments

Comments

@Malkierian
Copy link

Malkierian commented Feb 20, 2019

So I just did a fresh install with your latest release, and after generation, I get the error noted in the title. gradlew --version shows Gradle 4.0.2 (I wanted to use 5.x at some point, but found out leftShift() is removed in 5.0). Apparently, Jetty was removed from Gradle as of 4.0.1, and yet somehow GDX's own installer manages to get around that.

@czyzby
Copy link
Owner

czyzby commented Feb 20, 2019

They probably use outdated Gradle version or they switched to another plugin like Gretty. The easiest fix would be to downgrade.

@Malkierian
Copy link
Author

Malkierian commented Feb 20, 2019

I actually ended up pulling their build files over, and modifying things to run with Gretty, then upgraded everything to 5.2.1 (had to convert to doLast from the << operators; that upgrade also included updating to the latest Android build tools and plugin versions). However, the problem is with your default setup, using the wrapper supplied by the installer (I don't have 4.0.2 installed locally), so it still needs to be addressed.

@czyzby
Copy link
Owner

czyzby commented Feb 20, 2019

I see, thanks for the report. Would you mind uploading your Gretty configuration (or just a build.gradle diff) in this issue or as a pull request?

@Malkierian
Copy link
Author

If I can get the :gwt project actually building. I managed to get the core project buildable, but for some reason, even though a library is included in the dependencies, compilegwt isn't finding it in the classpath. Although, to be fair, I hadn't tried compiling gwt specifically right out of the box yet, so it might be a core issue. I'll get back to you on that.

@Sashie
Copy link

Sashie commented Oct 27, 2019

anything on this issue yet?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants