GradleUp / magik

Maven Artifacts on Github International for Kotlin
Apache License 2.0
44 stars 6 forks source link

Do you have some android example project anywhere ? #4

Closed renetik closed 1 year ago

renetik commented 2 years ago

I was getting this up and running but I use groovy not kotlin in gradle, I don't know if that is the reason or somethiung else but it fails ..

repositories {
    github {
        domain = "kotlin-graphics/mary"
    }
}

Fails with : Caused by: org.gradle.internal.metaobject.AbstractDynamicObject$CustomMessageMissingMethodException: Could not find method github() for arguments [library_e4xwdkfqm5vk8ubh7idqabudu$_run_closure5$_closure14@9d1948e] on repository container of type org.gradle.api.internal.artifacts.dsl.DefaultRepositoryHandler.

Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'release' for SoftwareComponentInternal set of type org.gradle.api.internal.component.DefaultSoftwareComponentContainer.

xhyrom commented 2 years ago

@elect86

elect86 commented 2 years ago

Hey,

thanks for the mention, @xHyroM, I lost the reply

Problem is Groovy. I can attempt to convert this to make it play nice also with that, but I'd need your contribution in terms of feedbacks, are you in?

xhyrom commented 2 years ago

Hey,

thanks for the mention, @xHyroM, I lost the reply

Problem is Groovy. I can attempt to convert this to make it play nice also with that, but I'd need your contribution in terms of feedbacks, are you in?

sure

elect86 commented 1 year ago

@renetik @xHyroM could you point me to a minimum reproducible example in Groovy I can use as a test/debug case scenario?

renetik commented 1 year ago

Just close it if you like, i did my best at that time and i cannot go back into this one, have to move elsewhere.

elect86 commented 1 year ago

Just close it if you like, i did my best at that time and i cannot go back into this one, have to move elsewhere.

Sorry to hear that, I wish I had more time to tackle this

However Groovy should work now, but I'm waiting for feedbacks