Slackbot
05/19/2022, 3:32 PMChris Lee
05/19/2022, 3:44 PMThomas Keller
05/19/2022, 3:45 PMChris Lee
05/19/2022, 3:46 PMThomas Keller
05/19/2022, 3:47 PMChris Lee
05/19/2022, 3:49 PM~/.gradle/caches/build-cache-1
. Running with `--info`will indicate, for each task, why it wasn’t up-to-date.Chris Lee
05/19/2022, 3:50 PMbuildCache {
local {
directory = File(rootDir, "build-cache")
removeUnusedEntriesAfterDays = 30
}
}
Chris Lee
05/19/2022, 3:51 PMLouis Jacomet
05/20/2022, 8:52 AMmaven-publish
to push to a local repository
• In the following step, publish the content of the local repository to your remote repository. This however would have to be done outside of a Gradle build. That is maven-publish
is not designed for this.Thomas Keller
05/20/2022, 8:53 AMThomas Keller
05/20/2022, 8:55 AM