-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gradle-6.5 --> gradle-8.2.1 #137
Conversation
There's a bunch of additional stuff that @keturn did in #136 ... we might want to consider adopting those changes, or reopening #136 and integrating the changes of this PR in there. |
The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good start but it fails when the Android libraries are enabled:
> gradlew
FAILURE: Build failed with an exception.
* Where:
Build file 'gestalt-android/build.gradle' line: 60
* What went wrong:
A problem occurred evaluating project ':gestalt-android'.
> Could not set unknown property 'classifier' for task ':gestalt-android:androidJavadocsJar' of type org.gradle.api.tasks.bundling.Jar.
To enable the Android libraries, you need to make sure you have the Android SDK downloaded and then run echo sdk.dir=<SDK_ROOT> > local.properties
(where <SDK_ROOT>
is the path to the Android SDK).
That sounds like the thing I also ran into... @BenjaminAmos made me aware of the fact that |
unit tests still run. for android, classifier got changed to archiveClassifier.
thank you @jdrueckert, this error is gone now . @BenjaminAmos i set the path to the sdk and now it fails
i tried as well to get hints in the gradle discussion forum: https://discuss.gradle.org/t/gradle-6-8-2-gradle-8-2-1-java-lang-noclassdeffounderror-org-gradle-api-plugins-mavenplugin/46074 |
@soloturn Lines 12 to 14 in 911728e
|
Relates to MovingBlocks/Terasology#5109
Relates to MovingBlocks/Terasology#4653
Closes #116