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 GitHub actions #66

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

aSemy
Copy link
Contributor

@aSemy aSemy commented Sep 29, 2024

No description provided.

aSemy added 7 commits April 7, 2024 17:07
- Gradle 8.7
- create convention plugins
- add gradle.properties, enable build cache, config cache
- simplify some build logic (e.g. sources jar)
- replace JUnit test Kotlin Test
- replace Apache utils with custom implementations
- improve reflection check and test
- disable ktlint, because it complains about import order, which is determined by IntelliJ and I can't modify it. Annoying!
- create expect/actuals for platform specific functionality (system newlines, and annotation reflection)
- fix hashcode/equals for TextElement types
- move JVM specific XMLBuilder functions to jvmMain
- split up NodeTest into NodeCommonTest/NodeJvmTest
- cache Konan dir (Kotlin Native dependencies)
- allow for cancellation for CI tests (allow for new commits on the same branch to cancel tests)
- block cancellation for publishing (prevent partial publications)
- run tests on all OSes
- update actions to newer versions
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.

1 participant