I am getting an error "failed to read artifact descriptor for xalan:serializer:jar 2.7.1 while creating a domain class using "grails create-domain-class Employee" command on command prompt. I am currently using Grails 2.3.7 . Please help me to solve my Error.
Thanks in advance
Try this:
repositories {
inherits true // Whether to inherit repository definitions from plugins
grailsPlugins()
grailsHome()
mavenLocal()
grailsCentral()
mavenCentral()
mavenRepo "https://repo1.maven.org/maven2/"
}
Works perfectly for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With