public IvyCacheProvider()

in tc-sbt-runner-agent/src/main/java/jetbrains/buildServer/sbt/IvyCacheProvider.java [20:23]


    public IvyCacheProvider(@NotNull BuildAgentConfiguration agentConfiguration) {
        LOG.debug("IvyCacheProvider.constructor");
        myCacheDir = agentConfiguration.getCacheDirectory("sbt_ivy");
    }