You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No signature of method: us.kirchmeier.capsule.manifest.CapsuleManifest.formatModuleDependency() is applicable for argument types: (org.gradle.api.internal.artifacts.dependencies.DefaultSelfResolvingDependency_Decorated) values: [org.gradle.api.internal.artifacts.dependencies.DefaultSelfResolvingDependency_Decorated@433edba9]
At configuration phase I get, any ideas what's wrong? Using Gradle 2.3.
Good idea! I think I'll try and make file based dependencies included in the capsule (fat style). If that's not possible, I'll at least improve the error message.
At configuration phase I get, any ideas what's wrong? Using Gradle 2.3.
mainClassName = "something"
task slimCapsule(type: MavenCapsule, group: 'that'){
applicationClass mainClassName
}
The text was updated successfully, but these errors were encountered: