Zhan Bin

Results 2 comments of Zhan Bin

In my Linux Mint, I have a similar error. by deb package installed Cerebro. I used the method provided by @tioguda, It's worked for me.

If you want to use same version on all modules. Maybe try it: ```kotlin // in root project // ... plugins { id("pl.allegro.tech.build.axion-release") version } version = scmVersion.version // ......