-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Upgrading kordamp from 0.40.0 to 0.41.0 causes ProjectConfigurationException #415
Comments
Here's the exception that occurs at
|
I don't quite understand. Are you suggesting that I can fix something on my side? If so, can you point me in some direction? |
The root project configures the following plugins
As well as the
info {
people {
person {
id = 'dmurat'
name = 'Damir Murat'
}
}
}
licensing {
enabled = false
} } |
Thank you. I managed to upgrade. In One more question, though. Is there a way to disable a specific kordamp plugin via CLI? For example, I will like to disable groovydoc generation when doing |
Technically you don't have to specify a publication with Disabling plugins via the CLI is a future feature I'm currently working on as part of #361 |
This is great 😃
I did try with the However, the product of And second, the generated POM file didn't look correct to me. For example, I can't tell if there is a problem with my configuration, but for those reasons, I opted for explicit publications that give me the expected output. |
I can't tell exactly what is the problem except that it is related to the
org.kordamp.gradle:groovydoc-gradle-plugin
. I went through 0.41.0 breaking change issues and didn't found anything obviously related.To reproduce:
gradle.properties
changegradleKordampPluginVersion
from 0.40.0 to 0.41.0./gradlew tasks
It works again if I comment out
apply plugin: "org.kordamp.gradle.groovydoc"
frombuild.gradle
.Tnx.
The text was updated successfully, but these errors were encountered: