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
since the 0.31.1 version, my Kotlin multi-project won't compile.
It will throws me a NPE
Caused by: java.lang.NullPointerException at org.kordamp.gradle.plugin.source.SourceJarPlugin.createSourceJarTask(SourceJarPlugin.groovy:136)
To compile and investigate, I disable the config.source (because of code I read it : f6da103#diff-972e9b79fba737cf3ab38e2f653d3ed4R136) but no source artifact are created (so I cannot publish it on bintray).
Hi Pierre, yes, this is a bug in 0.31.1 and a fix is underway. A fix release (0.31.2) will be available this weekend. Sorry for the temporary inconvenience.
FYI make sure you apply the org.kordamp.gradle-kotlin-project to the root instead of org.kordamp.gradle.project, as the former adds more features that are Kotlin specific.
Hello,
since the 0.31.1 version, my Kotlin multi-project won't compile.
It will throws me a NPE
Caused by: java.lang.NullPointerException at org.kordamp.gradle.plugin.source.SourceJarPlugin.createSourceJarTask(SourceJarPlugin.groovy:136)
To compile and investigate, I disable the
config.source
(because of code I read it : f6da103#diff-972e9b79fba737cf3ab38e2f653d3ed4R136) but no source artifact are created (so I cannot publish it on bintray).In 0.30.4 (and config.source.enabled=true) :
In 0.31.1 (and config.source.enabled=false):
In 0.31.1 (and config.source.enabled=true):
NullPointerException
I create a branch in my project : https://github.com/PierreLeresteux/magicalupdater/pull/1/files
I don't know if this problem is from this gradle-plugin or a configuration in my own project ...
PS : BTW, Happy new year ! And thanks for this plugin ! It helps me a lot !
Thanks.
The text was updated successfully, but these errors were encountered: