Skip to content
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

Chore/upgrade gradle #73

Merged
merged 2 commits into from
Jun 10, 2022
Merged

Conversation

jvwilge
Copy link
Contributor

@jvwilge jvwilge commented Jun 10, 2022

Gradle is upgraded to a more recent version with the command ./gradlew wrapper --gradle-version 7.4.2

The maven plugin is deprecated since gradle 7 and thus removed : https://docs.gradle.org/7.0/userguide/upgrading_version_6.html#removal_of_the_legacy_maven_plugin

Some testCompile steps were now giving errors, but they could be safely removed

Equalized the spring boot version because of an error with 2.1.1 : "property 'bootInf' is missing an input or output annotation" spring-projects/spring-boot#18326

@stavshamir
Copy link
Member

That's an unexpected and very nice contribution, thanks! I just have to check if the publishing plugins work correctly with the new version, I remember trying to upgrade to Gradle 6 and they didn't work properly.

@jvwilge
Copy link
Contributor Author

jvwilge commented Jun 10, 2022

We were fiddling around in our team and I thought I might as wel create a PR with the improvements.

Local publishing gives the following error :

Unable to generate signature for '/Users/jeroen/Documents/springwolf-core/springwolf-core/build/generated-pom.xml' as no signatory is available to sign

But I think that is expected.

Let me know whether I can also help out here. The project saved us so much time that I can spent some more on it 😄

@stavshamir
Copy link
Member

Everything works great 😃 And it's nice to hear it saved you time, thanks again for the PR

@stavshamir stavshamir merged commit f92284c into springwolf:master Jun 10, 2022
stavshamir added a commit that referenced this pull request Jun 18, 2022
This reverts commit f92284c. The upgraded version does not sign releases correctly.
@stavshamir stavshamir linked an issue Oct 24, 2022 that may be closed by this pull request
@stavshamir stavshamir removed a link to an issue Oct 24, 2022
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.

2 participants