You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
This project is unmaintained. The method SourceSetOutput.getClassesDir() has been deprecated in Gradle 4.x and removed in Gradle 5.x. Thus you see the error.
In case you want to fix the plugin yourself, the code should use SourceSetOutput.getClassesDirs().
Understood that the project is unmaintained. I agree with your code fix and was trying to set this up locally and ran in to other Gradle build issues while trying to upgrade from Gradle version 2.4 to 5.4.1
Should I submit a merge/pull request with the code change or is there another GWT Gradle plugin that you would recommend using?
Environment
Java
GWT
GWT Gradle Plugin
Receiving the following error after upgrading Gradle from version 4.8.1 to 5.4.1
Is the solution some local workaround or an update to the gwt-gradle-plugin?
The text was updated successfully, but these errors were encountered: