Searched refs:buildPathPropertiesUrl (Results 1 – 1 of 1) sorted by relevance
135 …URL buildPathPropertiesUrl = getClass().getClassLoader().getResource("robolectric-deps.properties"… in getJarResolver() local136 if (buildPathPropertiesUrl != null) { in getJarResolver()137 Logger.info("Using Robolectric classes from %s", buildPathPropertiesUrl.getPath()); in getJarResolver()139 FsFile propertiesFile = Fs.fileFromPath(buildPathPropertiesUrl.getFile()); in getJarResolver()143 throw new RuntimeException("couldn't read " + buildPathPropertiesUrl, e); in getJarResolver()