Use Gradle version catalog for plugins and OpenRemote dependencies#62
Open
wborn wants to merge 1 commit into
Open
Use Gradle version catalog for plugins and OpenRemote dependencies#62wborn wants to merge 1 commit into
wborn wants to merge 1 commit into
Conversation
* Migrated Gradle plugin declarations from the legacy `apply plugin` syntax to `plugins {}` blocks across the root project and extension modules.
* Centralized the Axion Release, Nexus Publish, Test Logger, JaCoCo, and OpenRemote versions in `gradle/libs.versions.toml`.
* Replaced inline OpenRemote Manager, Model, and Test dependency declarations with version catalog aliases.
* Configured the Test Logger plugin centrally for Java projects.
* Configured the JaCoCo tool version through the version catalog.
* Removed redundant plugin version properties from `gradle.properties` and plugin declarations from `settings.gradle`.
* Updated the IDEA Extended plugin from version `1.2` to `1.4.1`.
* Removed the obsolete `resolveProject` and `resolveTask` helper methods.
* Simplified several Gradle task and plugin declarations.
* Aligned the Gradle configuration with the version catalog approach used in OpenRemote core and the custom project.
wborn
force-pushed
the
gradle-improvements
branch
from
July 18, 2026 11:39
d1746b5 to
7908f91
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
apply pluginsyntax toplugins {}blocks across the root project and extension modules.gradle/libs.versions.toml.gradle.propertiesand plugin declarations fromsettings.gradle.1.2to1.4.1.resolveProjectandresolveTaskhelper methods.See also:
Checklist