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

Enable publishing coppercore to maven central and local #43

Merged
merged 4 commits into from
Nov 29, 2024

Conversation

jkleiber
Copy link
Member

@jkleiber jkleiber commented Nov 23, 2024

Changes

  • Coppercore can be published to maven local using the following command: ./gradlew publishToMavenLocal
  • Then it can be used by adding the modules you want to use it to the project you are working on:
implementation 'io.github.team401.coppercore:wpilib_interface:0.0'
implementation 'io.github.team401.coppercore:math:0.0'
implementation 'io.github.team401.coppercore:controls:0.0'
  • Created action to automatically publish releases to maven central (need to test post-merge of this PR)

@jkleiber jkleiber changed the title Enables loading coppercore in maven local Enable publishing coppercore to maven Nov 23, 2024
@jkleiber jkleiber force-pushed the use-maven-instead-of-jitpack branch from e762d13 to ffa7f73 Compare November 25, 2024 00:30
@jkleiber jkleiber changed the title Enable publishing coppercore to maven Enable publishing coppercore to maven local Nov 25, 2024
@jkleiber jkleiber marked this pull request as ready for review November 28, 2024 20:25
@jkleiber jkleiber changed the title Enable publishing coppercore to maven local Enable publishing coppercore to maven central and local Nov 29, 2024
@jkleiber jkleiber force-pushed the use-maven-instead-of-jitpack branch from cd63e14 to 760abf9 Compare November 29, 2024 19:42
@jkleiber
Copy link
Member Author

@linglejack06 @aidnem this is ready for review frfr now. I will need to test the github action for publishing to maven central after the PR is merged so the sooner we can merge this the better

Copy link
Contributor

@aidnem aidnem left a comment

Choose a reason for hiding this comment

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

Looks fine to me

@PChild PChild merged commit 7db3a79 into main Nov 29, 2024
6 checks passed
@jkleiber jkleiber deleted the use-maven-instead-of-jitpack branch November 29, 2024 22: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.

3 participants