-
Notifications
You must be signed in to change notification settings - Fork 0
Enhancement/up to date #1
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
Conversation
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.
Pull Request Overview
This PR updates the project to use more recent versions of Gradle and removes deprecated API calls. The changes modernize the build system by upgrading from Gradle 7.4.2 to 8.14.3 and updating the plugin name to reflect the new namespace.
- Updates Gradle wrapper from version 7.4.2 to 8.14.3
- Removes deprecated
forUseAtConfigurationTime()
calls from provider configurations - Updates plugin name from
com.cherryperry.gradle-file-encrypt
toio.openremote.com.cherryperry.gradle-file-encrypt
Reviewed Changes
Copilot reviewed 12 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
gradle/wrapper/gradle-wrapper.properties | Updates Gradle distribution to 8.14.3 and adds network timeout |
gradle.properties | Removes deprecated MaxPermSize JVM argument |
src/main/kotlin/com/cherryperry/gfe/providers/ | Removes deprecated forUseAtConfigurationTime() calls |
src/main/kotlin/com/cherryperry/gfe/Utils.kt | Updates plugin name constant |
src/test/kotlin/com/cherryperry/gfe/FileEncryptPluginFunctionalTest.kt | Updates test plugin name and adds Gradle version test cases |
gradlew, gradlew.bat | Updates wrapper scripts with improvements |
detekt.yml | Updates detekt configuration with rule changes |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
FYI, verified locally that new plugin version properly decrypts encrypted file we have in the openremote repository. |
JDK used is still 11, see openremote/openremote#2136