gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.49k stars 370 forks source link

GWT from 2.9 to 2.11 Migration Issue Could not find com.google.gwt:gwt-codeserver:2.11.0. #9965

Closed Emilyserap closed 3 weeks ago

Emilyserap commented 3 weeks ago

GWT version:2.11.0 Java :11 Browser (with version): Chrome Operating System: Windows


Description

Steps taken: 1-Installed SDK 2.11.0 2-Updated the version in the build.gradle and release.gradle files . 3-Run gradlew build,

Error

Could not resolve all files for configuration ':compileClasspath'.

Could not find com.google.gwt:gwt-codeserver:2.11.0. Searched in the following locations:

How can I fix that, please?
tbroyer commented 3 weeks ago

From the 2.10 release notes:

Maven groupId is formally changed to org.gwtproject, projects should take care to make sure they are using either the old com.google.gwt:gwt BOM or the new org.gwtproject:gwt BOM to sure that Maven or Gradle correctly handle this change. This will be the last published version using the com.google.gwt groupId.

…so 2.11 no longer has those com.google.gwt artifacts, and this error is thus expected.