Explorar el Código

NO-JIRA re-enabling remote cache for the end of the trial

tags/10.4.0.87286
lukasz-jarocki-sonarsource hace 6 meses
padre
commit
f459f0ef37
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      settings.gradle

+ 1
- 1
settings.gradle Ver fichero

@@ -103,7 +103,7 @@ buildCache {
creds.username = System.env.'GRADLE_ENTERPRISE_USERNAME'
creds.password = System.env.'GRADLE_ENTERPRISE_PASSWORD'
}
enabled = false
enabled = true
push = isCiServer
}
}

Cargando…
Cancelar
Guardar