-
Notifications
You must be signed in to change notification settings - Fork 16
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
#90235 - update wrapper #65
Conversation
* upgrade to Gradle 8.5 * usage of detekt plugin removed
* test fixed
* now using our action v0.4 (build without publish)
* remove memory options from gradle.properties
.github/workflows/release.yml
Outdated
if: always() | ||
- name: Setup | ||
uses: IntershopCommunicationsAG/.github/actions/[email protected] | ||
- name: Build |
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.
Please adapt the name to "Release"
build.gradle.kts
Outdated
@@ -278,6 +269,7 @@ dependencies { | |||
implementation(gradleApi()) | |||
implementation(gradleKotlinDsl()) | |||
|
|||
//todo |
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.
remove
}) | ||
|
||
systemProperty("intershop.gradle.versions","8.0.2") | ||
systemProperty("intershop.gradle.versions","8.5") |
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.
If we still aim to be compatible with older versions (which should be possible since you didn't do any breaking changes) the old version should stay in there and continue to be tested against. If we don't want to stay compatible, you should also adapt the README.
* renamed pipeline step Build -> Release * use correct .github/actions versions
* removed obsolete "TODO"
No description provided.