Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Fix CI/CD, and additional config updates #322

Merged
merged 3 commits into from
Oct 10, 2022
Merged

Conversation

aSemy
Copy link
Collaborator

@aSemy aSemy commented Oct 10, 2022

Fixing JitPack and GHA

  • set JDK distribution to Temurin
  • use concurrency to cancel running jobs if a newer commit is pushed
  • try to fix JitPack

I think using JDK11 might be better than JDK17... but let's see how this goes.

@sanity
Copy link
Member

sanity commented Oct 10, 2022

Interesting re: JDKs, I would have assumed more recent would be better. Why do you think 11 might be preferable?

@aSemy
Copy link
Collaborator Author

aSemy commented Oct 10, 2022

Basically because 11 is more widely supported, and because Kweb is Kotlin, it doesn't really matter what version of Java it's using - only what JDK level it's compatible with.

@sanity
Copy link
Member

sanity commented Oct 10, 2022

@aSemy Feel free to merge to master if/when you think it's ready, I think you should have permissions.

@aSemy
Copy link
Collaborator Author

aSemy commented Oct 10, 2022

Okay, it looks like JitPack is working now

https://jitpack.io/com/github/aSemy/kweb-core/feat~gha_updates-42308896e5-1/build.log

@sanity sanity marked this pull request as ready for review October 10, 2022 20:02
@aSemy aSemy merged commit 407a4e8 into kwebio:master Oct 10, 2022
@aSemy aSemy deleted the feat/gha_updates branch October 10, 2022 20:02
@aSemy
Copy link
Collaborator Author

aSemy commented Oct 10, 2022

Cool, thanks!

btw, for JitPack have you set up the webhook? https://jitpack.io/docs/BUILDING/#building-ahead-of-time

@sanity
Copy link
Member

sanity commented Oct 10, 2022

No, wasn't aware of that, I'll take a look. Thanks so much for all your help!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants