KStateMachine / kstatemachine

KStateMachine is a Kotlin DSL library for creating state machines and statecharts.
https://kstatemachine.github.io/kstatemachine/
Boost Software License 1.0
340 stars 19 forks source link

Latest version 0.9.1 - Build failed #26

Closed maros136 closed 2 years ago

maros136 commented 2 years ago

https://jitpack.io/com/github/nsk90/kstatemachine/kstatemachine/0.9.1/kstatemachine-0.9.1.pom

Build failed. See the log at jitpack.io

https://jitpack.io/com/github/nsk90/kstatemachine/v0.9.1/build.log

asad-awadia commented 2 years ago

can we get this on maven?

nsk90 commented 2 years ago

Fixed Jitpack publishing in 0.9.2. Looks like there were some changes and now it requires maven-publish gradle plugin to be applied.

@asad-awadia I think it's not a problem, but what is the reason for that?

asad-awadia commented 2 years ago

@nsk90 Because I have many internal repos in my m2 settings.xml - intellij tries to resolve kstatemachine from there instead of looking into jitpack - which leads to not being able to download and use the library