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

Various cleanup, dependency bumps, remove old snapshot stuff #83

Merged
merged 5 commits into from
Sep 23, 2024
Merged

Conversation

ds58
Copy link
Contributor

@ds58 ds58 commented Sep 23, 2024

Changes

  • Remove Snapshots section from README
  • Bump versions of: com.gradle.plugin-publish, com.dorongold.plugins:task-tree, org.junit.jupiter:junit-jupiter-api, org.junit.jupiter:junit-jupiter-engine
  • Switch org.apache.commons.lang3.SystemUtils in favor of org.apache.commons.exec.OS
  • Syntactical cleanup, formatting
  • Deleted tests/dependsOnSnapshot test project
  • Deleted tests/generateTestsSuitesTest test project

@@ -559,7 +564,9 @@ open class IHMCBuildExtension(val project: Project)
private fun Project.declarePublication(artifactName: String, sourceSet: SourceSet)
{
val publishing = extensions.getByType(PublishingExtension::class.java)
val publication = publishing.publications.create(sourceSet.name.capitalize(), MavenPublication::class.java)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

capitalize() is deprecated

@@ -19,14 +18,6 @@ class IHMCSettingsConfigurator(val settings: Settings, val logger: Logger, val e

LogTools.info("Evaluating " + settings.rootProject.projectDir.toPath().fileName.toString() + " settings.gradle")
ext["org.gradle.workers.max"] = 200

if (SemanticVersionNumber(settings.gradle.gradleVersion).compareTo(SemanticVersionNumber("5.3.1")) < 0)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem necessary anymore

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now unused and I don't see a huge reason to keep it

@ds58 ds58 marked this pull request as ready for review September 23, 2024 19:06
@ds58 ds58 requested a review from calvertdw September 23, 2024 19:06
@ds58 ds58 merged commit 6ecf55f into develop Sep 23, 2024
2 checks passed
@ds58 ds58 deleted the cleanup branch September 23, 2024 19:38
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