Adtivated TERM=mintty for mintty as Gradle now supports it natively (as of v5.2).
allprojects {
// project ->
// buildscript {
// if( !project.hasProperty('skipMavenLocal') ) {
// repositories {
// println "Adding buildscript mavenLocal()"
// mavenLocal()
// }
// configurations.all {
// resolutionStrategy.cacheChangingModulesFor 0, 'hours'
// }
// }
// }
// if( !project.hasProperty('skipMavenLocal') ) {
// repositories {
// println "Adding mavenLocal()"
// mavenLocal()
// }
// }
repositories {
// println "Adding mavenLocal()"
mavenLocal()
}
}