You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixed ConcurrentModificationException that got thrown when attempting to load a sketch.properties that contains a platform specific property that was not the last element in the generated map
//if the key is specific to this platform and is not the last property then attempting to append it to the map will throw a ConcurrentModificationException
104
+
//to avoid this we append it to a temporary map that can then be safely merged after the loop is complete
0 commit comments