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

Build failed after Scrabbard gradle plugin setup #69

Open
GreyLabsDev opened this issue Jan 13, 2021 · 2 comments
Open

Build failed after Scrabbard gradle plugin setup #69

GreyLabsDev opened this issue Jan 13, 2021 · 2 comments
Labels
module:processor Label to mark all discussions about scabbard's annotation processor needs info Label to mark issues awaiting response from the author

Comments

@GreyLabsDev
Copy link

All builds failed with this error:
Execution failed for task ':app:kaptDebugKotlin'.

My build.gradle (application)

apply plugin: "scabbard.gradle"

android {
   ///
   scabbard {
       enabled true
   }
}

My build.gradle (root)

buildscript {
    repositories {
        google()
        jcenter()
        mavenCentral()
        maven {
            url "https://plugins.gradle.org/m2/"
        }
    }
    ///
    dependencies {
        classpath "gradle.plugin.dev.arunkumar:scabbard-gradle-plugin:0.4.0"
    }
}
@arunkumar9t2
Copy link
Owner

Hello could you please help in attaching the full stack trace of the error?

@arunkumar9t2 arunkumar9t2 added needs info Label to mark issues awaiting response from the author module:processor Label to mark all discussions about scabbard's annotation processor labels Jan 17, 2021
@arunkumar9t2 arunkumar9t2 added this to To do in Scabbard Development via automation Jan 17, 2021
@beForged
Copy link

I have also encountered the same issue

plugins {
    id("scabbard.gradle") version "0.5.0"
}
scabbard {
    enabled = true
    outputFormat = "svg"
}

and with stacktrace attached

scabbardKaptStackTrace.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:processor Label to mark all discussions about scabbard's annotation processor needs info Label to mark issues awaiting response from the author
Projects
Development

No branches or pull requests

3 participants