当我使用以下命令执行 gradle 时:
./gradlew publishToMavenLocal -PsplainVersion=null
我收到以下错误:
...
> Could not resolve all files for configuration ':graph-commons:scalaCompilerPlugins'.
> Could not resolve io.tryp:splain_2.13.6:null.
似乎 null 没有被正确地解析为控制令牌,而是变成了一个字符串。有没有一种方法可以帮助 Gradle 将其理解为真正的 null 值?