SpongeGradle icon indicating copy to clipboard operation
SpongeGradle copied to clipboard

Handy gradle utilities for the various gradle projects of SpongePowered

Results 5 SpongeGradle issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/ci.yml...

The `+` version from `SpongePluginGradle#addRuntimeDependency` is selecting 1.20 over 1.20.1, it's also in the wrong order on the Nexus web ui ![Screenshot](https://github.com/SpongePowered/SpongeGradle/assets/11360596/c3a7a82e-82d6-47a4-a17f-1c36943b67cd) As a workaround I forced the version with...

Currently, developers must manually specify their main classes in the build file. Whether in Gradle or in the SpongeAPI AP, it should be possible to do this automatically. Once automated...

Error message is "String index out of range: -25" See https://github.com/SpongePowered/SpongeAPI/pull/1484#discussion_r102354636 Full exception via gradle sortClassFields -s : ``` org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':sortClassFields'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:84) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:55) at...

help wanted