jitpack / jitpack.io

Documentation and issues of https://jitpack.io
MIT License
2.54k stars 186 forks source link

uniter/0.0.2 build #1669

Closed offline-first closed 7 years ago

offline-first commented 7 years ago

I need some help with my android library written in Kotlin and build with gradle (4.1-milestone-1). I tryed to deploy it with jitpack but with no success Log https://jitpack.io/org/bitbucket/MG83/uniter/0.0.2/build.log

offline-first commented 7 years ago

Is gradle 4.1 supported? https://github.com/dcendents/android-maven-gradle-plugin 3.0+ is the latest supported version...

jitpack-io commented 7 years ago

Hi @cortexdesign

Gradle 4.1 is partially supported. Projects with Gradle 4.1 should build fine and will get published.

There is an open issue https://github.com/dcendents/android-maven-gradle-plugin/issues/61 to support api/implementation dependencies.

jitpack-io commented 7 years ago

In the uniter project mvvm/build.gradle defines the group property. It should be just: group='org.bitbucket.MG83'

offline-first commented 7 years ago

Ah, thank you so much!

This fixed my issue

group='org.bitbucket.MG83'