-
Notifications
You must be signed in to change notification settings - Fork 6
Upgrade to Gradle 8.8 and cleanup build #2462
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
|
Fixed... Not sure it was me, but it works again now |
|
Could I con you into adding something to the docs site for this? |
mkimberlin
left a comment
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.
The real test will be when the publish github actions workflow gets run. 👀
I don't think it was working before 😬 The 0.7.0 jar file just contains a MANIFEST.MF and nothing else 😢 https://github.com/objectcomputing/check-ins/packages/275981 |
|
@mkimberlin Docs added! Checked locally, and they look ok when rendered 😎 |
🤣 oops. |


This PR upgrades Gradle to 8.8 and performs some cleanup, namely:
./gradlew publishToMavenLocalseems correct now 🤔Running the sonar plugin to test it
docker run -d --name sonarqube -p 9000:9000 sonarqubethen visit localhost:9000check-insCloses #2461