- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for UpgradedProperty (0.08 sec)
-
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/upgrades/UpgradedProperties.java
public static List<UpgradedProperty> parse(String path) { File file = new File(path); if (!file.exists()) { return Collections.emptyList(); } try (FileReader reader = new FileReader(file)) { List<UpgradedProperty> upgradedProperties = new Gson().fromJson(reader, new TypeToken<List<UpgradedProperty>>() {}.getType());
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 02 14:20:08 UTC 2024 - 9.1K bytes - Viewed (0)