Skip to content

Commit 6a6069d

Browse files
committed
Made CurrentOsAttributeDisambiguationRule class open instead of abstract.
1 parent 817b28b commit 6a6069d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/org/sdkotlin/buildlogic/attributes/CurrentOsAttributeDisambiguationRule.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import org.sdkotlin.buildlogic.attributes.CurrentOsAttributeDisambiguationRule.C
1515
* phase. This value is then used to determine the closest match among the
1616
* provided candidates during dependency resolution.
1717
*/
18-
abstract class CurrentOsAttributeDisambiguationRule :
18+
open class CurrentOsAttributeDisambiguationRule :
1919
AttributeDisambiguationRule<OperatingSystemFamily> {
2020

2121
companion object {

0 commit comments

Comments
 (0)