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

Add support for windows and multiple os #149

Closed
wants to merge 1 commit into from
Closed

Add support for windows and multiple os #149

wants to merge 1 commit into from

Conversation

oshai
Copy link
Owner

@oshai oshai commented Sep 16, 2020

will build on windows,linux and mac.

will build on windows,linux and mac.
@oshai
Copy link
Owner Author

oshai commented Sep 16, 2020

It looks like Java is not supported on windows in Travis, so another alternative is to try circleci.

@oshai
Copy link
Owner Author

oshai commented Sep 16, 2020

circle ci only support java 11 out of the box, so need to explicitly compile to java 8:
https://stackoverflow.com/questions/49509330/kotlin-compile-to-java-1-8

@petertrr
Copy link

Hey @oshai , have you considered using github actions for releases? You can use linux, macos and windows runners in the same workflow, and Java versions can be configured using actions/setup-java.
I have set up releasing to Maven Central using github actions recently, if you are interested you can check out my config: PublishingConfiguration.kt, release.yml.

@oshai
Copy link
Owner Author

oshai commented Dec 6, 2021

implemented in another cl in 2.1.15

@oshai oshai closed this Dec 6, 2021
@oshai oshai deleted the windows branch February 2, 2023 06:59
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