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

Update outdated unified repositories #28

Open
SinTh0r4s opened this issue Nov 22, 2021 · 0 comments
Open

Update outdated unified repositories #28

SinTh0r4s opened this issue Nov 22, 2021 · 0 comments

Comments

@SinTh0r4s
Copy link
Owner

SinTh0r4s commented Nov 22, 2021

  • Add/Update GitHub CI
  • Update build.gradle
  • Update .gitignore
  • Strip dependencies, if transitive
  • Fix dependency versions? (discuss!)
    • Option to use dynamic versions (example compile 'org.springframework:spring-core:3.0.+'). It might update to newer versions, but will skip untagged dev commits. Benefit: Stays more up-to-date. Negativ: A tagged commit can still break the system, yet it is less like because it is specifically choosen
  • Remove transitive dependencies if the mod depends itself on it and define those again. This will prevent outdated or changed transitive dependencies that mods itself depends on.
  • Add names to repositories
  • fix username (remove quotes)
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

No branches or pull requests

1 participant