Skip to content

Commit ef31a28

Browse files
committed
In this commit, we have removed an outdated Jitpack repository from the settings.gradle.kts file.
The repository was initially included for package retrieval but it still necessary. The comment added indicates that it is still needed for 'sealed-enums', however.
1 parent d39758e commit ef31a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ dependencyResolutionManagement {
2727
repositories {
2828
mavenCentral()
2929
maven("https://raw.githubusercontent.com/kotlin-graphics/mary/master")
30-
maven(url = "https://jitpack.io")
30+
maven(url = "https://jitpack.io") // still needed for sealed-enums
3131
}
3232
}

0 commit comments

Comments
 (0)