xenoterracide
10/09/2019, 2:40 PMCalebs-MBP:gateway-model calebcushing$ ./gradlew --write-locks dependencies
Calebs-MBP:gateway-model calebcushing$ ./gradlew build
> Task :dokka FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':dokka'.
> Could not resolve all files for configuration ':dokkaRuntime'.
> Resolved 'org.jetbrains.dokka:dokka-fatjar:0.9.18' which is not part of the dependency lock state
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at <https://help.gradle.org>
Kamil Doległo
10/09/2019, 3:03 PMjcenter()
in the repositories{}
blockKamil Doległo
10/09/2019, 3:06 PMxenoterracide
10/09/2019, 3:21 PM--write-locks dokka
which added the dokka fatjar to dokkaRuntime.lockfile
xenoterracide
10/09/2019, 3:22 PMKamil Doległo
10/09/2019, 3:45 PM