Skip to content

Conversation

@google-labs-jules
Copy link

Updated the project to use Gradle 8.5, which is required to run on the current Java 21 environment.
This involved several changes to build.gradle:

  1. Upgraded Gradle wrapper properties.
  2. Replaced the removed maven plugin with maven-publish.
  3. Updated dependencies to use implementation instead of compile.
  4. Removed the org.spongepowered.plugin (version 0.9.0) as it is incompatible with newer Gradle versions and caused build failures due to metadata validation issues.
  5. Manually added src/main/resources/mcmod.info to replace the file previously generated by the removed plugin, ensuring the plugin metadata is present in the final JAR.
  6. Added the Sponge Maven repository to resolve dependencies.

PR created automatically by Jules for task 7190971905007878511 started by @mattysweeps

- Update Gradle Wrapper to 8.5 to support Java 21 environment.
- Replace deprecated `maven` plugin with `maven-publish`.
- Replace deprecated `compile` configuration with `implementation`.
- Remove incompatible `org.spongepowered.plugin` and add manual `mcmod.info` generation.
- Add Sponge maven repository to `build.gradle` and `settings.gradle`.
@google-labs-jules
Copy link
Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

- Upgrade Gradle Wrapper to 8.5 to support Java 21 environment.
- Replace deprecated `maven` plugin with `maven-publish`.
- Replace deprecated `compile` configuration with `implementation`.
- Remove incompatible `org.spongepowered.plugin`.
- Add manual `src/main/resources/mcmod.info` with resource filtering to replace plugin generation.
- Add Sponge maven repository to `build.gradle` and `settings.gradle`.
- Set Java source/target compatibility to 1.8.
- Update Gradle Wrapper to 9.2.1.
- Move Java compatibility settings to `java` extension block.
- Replace deprecated `maven` plugin with `maven-publish`.
- Replace deprecated `compile` configuration with `implementation`.
- Remove incompatible `org.spongepowered.plugin` and add manual `mcmod.info` generation.
- Add Sponge maven repository to `build.gradle` and `settings.gradle`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant